Commit Graph

9979 Commits

Author SHA1 Message Date
Guy Harris 78461c0180 From Peter J. Creath: add a heuristic dissector table, so that
dissectors for protocols that put non-802.3 packets inside 802.3 frames
can intercept 802.3/Ethernet frames before they're dissected as
802.3/Ethernet packets.

svn path=/trunk/; revision=9976
2004-02-03 23:19:54 +00:00
Guy Harris 880010fbd1 As Apple's advertising industry might have said, "word-wrap different".
svn path=/trunk/; revision=9975
2004-02-03 22:30:28 +00:00
Guy Harris 4b5d510056 Tweak the error messages for bad capture filters.
svn path=/trunk/; revision=9974
2004-02-03 20:48:50 +00:00
Guy Harris 53c2c2342f Handle the media type "message/sip".
svn path=/trunk/; revision=9973
2004-02-03 20:39:58 +00:00
Ulf Lamping 929e54fa44 patch error removed
svn path=/trunk/; revision=9972
2004-02-03 20:13:18 +00:00
Ulf Lamping 97172d52a0 from Lars Roland: fix NSIS uninstallation
svn path=/trunk/; revision=9971
2004-02-03 20:03:40 +00:00
Ulf Lamping 41cd2385c3 ups, moved previously missing %s to the right place
svn path=/trunk/; revision=9970
2004-02-03 19:54:08 +00:00
Guy Harris a7bb0c7e99 From Martin Mathieson: SIP sipfrag support.
svn path=/trunk/; revision=9969
2004-02-03 18:57:26 +00:00
Guy Harris ff0d9dd388 Make a pointer to which a "const" pointer value is assigned "const"
itself.

Instead of crashing if a too-large Kerberos blob is seen, just show it
as an undecoded item.

svn path=/trunk/; revision=9968
2004-02-03 18:41:19 +00:00
Guy Harris 1d7a46d039 Add a missing "%s" to the format string.
svn path=/trunk/; revision=9967
2004-02-03 18:39:52 +00:00
Guy Harris c6ddebb4e6 From Holger Schurig; add support for EAP-TTLS.
svn path=/trunk/; revision=9966
2004-02-03 18:22:32 +00:00
Ulf Lamping 1d2c791ab6 enhanced some dialog messages,
close capture file when user told so

svn path=/trunk/; revision=9965
2004-02-03 17:59:01 +00:00
Ronnie Sahlberg 7ae8d15d5e update to packet-telnet and kerberos authentication
it now dissects the kerberos blobs inside the ktelnet+keytab files posted yesterday.

it still needs the kerberos+ber updates to be checked in after next release before we can attack opening hte encrypted parts of kerberos tickets and authenticators

the code assumes all telnet authentications being krb5.  if that is inconvenient
feel welcome to send me captures with krb4 or other telnet authentication protocols,

svn path=/trunk/; revision=9964
2004-02-03 11:40:41 +00:00
Ulf Lamping f8fccb9ed1 set compression mechanism for Modern UI to lzma
svn path=/trunk/; revision=9963
2004-02-03 01:06:21 +00:00
Guy Harris e8a196911c Use "%ld", not "%u", to print "long" values.
svn path=/trunk/; revision=9962
2004-02-03 00:30:50 +00:00
Ulf Lamping 3f2f2929eb added some more info to the statusbar (filesize, packet count, ..),
fixed a minor bug in the cfile handling (file length in summary dialog)

svn path=/trunk/; revision=9961
2004-02-03 00:16:59 +00:00
Ulf Lamping 22b253fb30 reflect latest changes to capture.c
svn path=/trunk/; revision=9960
2004-02-02 23:55:41 +00:00
Guy Harris 12e944262d Include <string.h> to declare "strlen()".
svn path=/trunk/; revision=9959
2004-02-02 22:51:30 +00:00
Guy Harris 02d2de411a From Lars Roland: fix the declaration of "tvb_strneql()".
svn path=/trunk/; revision=9958
2004-02-02 18:01:59 +00:00
Guy Harris dfa5784858 From Jonathan Perkins; the in ANSI MTP3, the SLC field of SLTM/SLTA
messages is in a different place from where it is in ITU MTP3.

svn path=/trunk/; revision=9957
2004-02-02 17:57:21 +00:00
Ronnie Sahlberg 66f9313113 start to dissect telnet (kerberos) authentication according to rfc2941
start with dissection of the SEND request and the NAME field.
continue later with the ones holding a kerberos ticket.

svn path=/trunk/; revision=9956
2004-02-02 11:07:29 +00:00
Guy Harris 7b5e98bf8e Mark the "widget" argument to "main_load_window_geometry()" as unused
when building for GTK+ 1.2[.x].

svn path=/trunk/; revision=9955
2004-02-01 22:43:34 +00:00
Guy Harris 75ef17775d Cast the result of "tvb_get_ptr()" to squelch a compiler warning.
svn path=/trunk/; revision=9954
2004-02-01 22:42:24 +00:00
Guy Harris 00870d954a At least with KDE 3.0, it appears that the icon color (high vs. low) and
size are specified by the directory in which the icon resides, so you
have to just have "ethereal.png" be the icon in the
"icons/hicolor/{16x16,32x32,48x48}" directory.

svn path=/trunk/; revision=9953
2004-02-01 21:48:35 +00:00
Guy Harris 08662f02fe From Yaniv Kaul:
add dissection of TDS7 results token and login_ack token;

	fix a small bug in the login packet dissection;

	add partial dissection of a query packet.

svn path=/trunk/; revision=9952
2004-02-01 21:33:12 +00:00
Guy Harris 87b219554e Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as the
string argument.

Add some casts to squelch compiler warnings.

svn path=/trunk/; revision=9951
2004-02-01 21:30:17 +00:00
Guy Harris 650a8c3100 From Greg Morris: handle SLPv1 service type requests that ask for all
naming authorities.

svn path=/trunk/; revision=9950
2004-02-01 20:46:47 +00:00
Ulf Lamping d11080a09f moved window geometry values from prefs to recent,
added new pref / recent setting: "maximized main window",
which will save, if the main window is maximized or not,
this will take effect on GTK version 2 only, but is saved nonetheless

svn path=/trunk/; revision=9949
2004-02-01 20:28:11 +00:00
Ulf Lamping 5ed2dfc130 replace "RTT Graph" by "Round Trip Time Graph" as this is more descriptive
svn path=/trunk/; revision=9948
2004-02-01 15:36:15 +00:00
Ulf Lamping b1141c97d1 beautified the dialog a bit
svn path=/trunk/; revision=9947
2004-02-01 15:33:08 +00:00
Ulf Lamping 44f10048da avoid very large dialogs, when display filters becoming too large,
especially true when working with TCP stream filtering

svn path=/trunk/; revision=9946
2004-02-01 13:13:33 +00:00
Ulf Lamping 3b688a8aaf avoid problems when strings becoming too large,
especially true when working with TCP stream filtering

svn path=/trunk/; revision=9945
2004-02-01 13:12:10 +00:00
Olivier Biot 0f6fb86143 Speed up the generation of the CVS version tag, by only looking for directories
named CVS, and by considering only the most recent Entries file herein.

Get rid of the code assuming that a CVS snapshot generates a "cvsversion" file.

svn path=/trunk/; revision=9944
2004-02-01 11:32:23 +00:00
Jörg Mayer 83b121f500 Saved wrong version
svn path=/trunk/; revision=9943
2004-02-01 10:31:17 +00:00
Jörg Mayer bcd907a23d The last commit was only half complete
svn path=/trunk/; revision=9942
2004-02-01 10:11:51 +00:00
Jörg Mayer 591edcfd03 Move sourcelists into Makefile.common
svn path=/trunk/; revision=9941
2004-02-01 10:07:20 +00:00
Ulf Lamping db13141aab DND: also unescape URI characters (e.g. %20 -> ' ')
svn path=/trunk/; revision=9940
2004-02-01 10:01:19 +00:00
Jörg Mayer ce1356b88c Undo previous checkin, it only contained acidentally escaped unfinished code
svn path=/trunk/; revision=9939
2004-02-01 06:56:52 +00:00
Jörg Mayer 38faa0f27b packet-dcerpc-afs4int.c
svn path=/trunk/; revision=9938
2004-02-01 06:49:25 +00:00
Jörg Mayer d62f6c67da Add consts to fix 'cast discards qualifiers from pointer target type'
svn path=/trunk/; revision=9937
2004-02-01 04:54:48 +00:00
Gerald Combs 0ca3ad93b8 Add the new dialog images to the distribution.
svn path=/trunk/; revision=9936
2004-02-01 04:34:53 +00:00
Jörg Mayer 661b6ceb7d Add consts to avoid 'cast discards qualifiers from pointer target type'
svn path=/trunk/; revision=9935
2004-02-01 04:29:07 +00:00
Jörg Mayer 0f97dff9de Remove comma after last element of enum
svn path=/trunk/; revision=9934
2004-02-01 04:20:10 +00:00
Guy Harris 4dc66956d2 Arrange that the shortcuts for Ethereal start Ethereal in the user's
profile directory, so that the file dialogs start there rather than in
the directory in which the MIB files appear.

svn path=/trunk/; revision=9933
2004-02-01 03:35:05 +00:00
Guy Harris e1e17ea8b2 Konqueror, in KDE 3.0, appears to drop file names of the form
"file:/foo/bar/...", so that only the "file:" should be stripped off.

Note that we should probably look for "file:" followed by an arbitrary
number of "/"s, and, at least on UNIX, strip off all but the last of
those "/"s.

svn path=/trunk/; revision=9932
2004-02-01 02:59:20 +00:00
Jörg Mayer 4023150e25 signed/unsigend warning fixes
svn path=/trunk/; revision=9931
2004-02-01 02:35:30 +00:00
Jörg Mayer d9b6e98297 Fix some pointer types
svn path=/trunk/; revision=9930
2004-02-01 02:35:06 +00:00
Jörg Mayer 745c25cff5 Update manuf to Feb, 1st 2004
svn path=/trunk/; revision=9929
2004-02-01 02:26:30 +00:00
Jörg Mayer 1bc896c10e Update FAQ to Jan 27th 2004
svn path=/trunk/; revision=9928
2004-02-01 02:10:34 +00:00
Ulf Lamping d3bd405201 change layout, as dialog was a bit tall,
improved resizability

svn path=/trunk/; revision=9927
2004-01-31 20:31:20 +00:00