Commit Graph

11754 Commits

Author SHA1 Message Date
Guy Harris acdc9439b3 Get rid of some #includes that caused trouble on Windows - we need to
make this use Ethereal's data structurs for addresses, not the OS's.

svn path=/trunk/; revision=11971
2004-09-11 22:57:52 +00:00
Guy Harris ee4348b9b0 Get rid of some #includes that caused trouble on Windows - we need to
make this use Ethereal's data structurs for addresses, not the OS's.

svn path=/trunk/; revision=11970
2004-09-11 22:53:17 +00:00
Guy Harris 799bc411a1 From Dave Richards: fix a format string.
svn path=/trunk/; revision=11969
2004-09-11 22:36:16 +00:00
Ulf Lamping 78eadfe97a added a section about nmake 1.5 from microsoft
svn path=/trunk/; revision=11968
2004-09-11 22:35:50 +00:00
Guy Harris 5c3332c497 From Dave Richards: remove from libethereal.def some routines from
util.c, as util.c is no longer part of libethereal.

Update his e-mail address (I'm presuming it's the same person - Comcast
bought AT&T Broadband, so the domain name change makes sense).

svn path=/trunk/; revision=11967
2004-09-11 22:08:29 +00:00
Ulf Lamping 736b84d9c4 minor changes
svn path=/trunk/; revision=11966
2004-09-11 16:18:41 +00:00
Ulf Lamping c021f7b641 some more changes
svn path=/trunk/; revision=11965
2004-09-11 14:15:26 +00:00
Ulf Lamping fd540e1f09 add some urls
svn path=/trunk/; revision=11964
2004-09-11 10:04:12 +00:00
Ulf Lamping ca41c285a8 added a debugger section and a lot or urls to the different GNU tools
svn path=/trunk/; revision=11963
2004-09-11 09:20:31 +00:00
Ulf Lamping dc0c723d0c added a chapter "How Ethereal Works", with only little content right now...
svn path=/trunk/; revision=11962
2004-09-11 07:16:24 +00:00
Guy Harris f8b5b6a389 Nothing in "util.h" is needed by anything in libethereal, so don't put
it into libethereal - have it as common code linked into Ethereal,
Tethereal, and dftest.

svn path=/trunk/; revision=11961
2004-09-11 00:00:06 +00:00
Guy Harris fe3b7d73ed Move the base-64 routines to "epan/base64.c".
svn path=/trunk/; revision=11960
2004-09-10 23:16:00 +00:00
Guy Harris d121dc07f1 The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.
svn path=/trunk/; revision=11959
2004-09-10 23:07:33 +00:00
Guy Harris ac982aa7a5 Move the stuff to handle ASCII <-> EBCDIC conversions to
"epan/charsets.c"; other character set translation code should perhaps
go there as well.

svn path=/trunk/; revision=11958
2004-09-10 22:59:37 +00:00
Guy Harris 3c66466029 Add the new "proto_registrar_dump_values()" routine, as it's used by
Ethereal and Tethereal to handle "-G values".

svn path=/trunk/; revision=11957
2004-09-10 22:55:22 +00:00
Guy Harris 8e90f07c71 Hoist the code for handling "-G" into a common module.
svn path=/trunk/; revision=11956
2004-09-10 22:47:02 +00:00
Ulf Lamping b16cec7ef2 minor change
svn path=/trunk/; revision=11955
2004-09-10 18:28:53 +00:00
Gilbert Ramirez f676f7107b Add a "-G fields2" option which is like "-G fields", but extends the field
records by tw fields: base (for integers), and blurb

Add a "-G values" option which shows value strings and true_false strings for
the fields that have them.

svn path=/trunk/; revision=11954
2004-09-10 15:21:20 +00:00
Guy Harris b29c6b6d7d Show ETHERTYPE_IPv6 as "IPv6" in the type field.
svn path=/trunk/; revision=11953
2004-09-09 20:31:52 +00:00
Anders Broman 5c7014f2d8 Added Christophe Devine as a contributor.
svn path=/trunk/; revision=11952
2004-09-09 19:34:51 +00:00
Anders Broman 3c49275ad9 Add SHA1 routines for future use at least by SigComp
svn path=/trunk/; revision=11951
2004-09-09 19:24:45 +00:00
Anders Broman ef5d7ac010 Add SHA1 routines for future use at least by SigComp
svn path=/trunk/; revision=11950
2004-09-09 19:24:00 +00:00
Anders Broman 91fadca3f1 Add SHA1 routines for future use, at least by SigComp
svn path=/trunk/; revision=11949
2004-09-09 19:19:50 +00:00
Guy Harris d614d107cf From Remi Denis-Courmont: heuristic dissector for Teredo.
svn path=/trunk/; revision=11948
2004-09-09 06:50:03 +00:00
Guy Harris a8d0f1d31f From Luca Deri: NetFlow v9 enhancements.
svn path=/trunk/; revision=11947
2004-09-09 06:27:43 +00:00
Guy Harris d8eefd6115 Squelch a compiler warning. (We really might want a
"tvb_ensure_reported_length_remaining()" call here.)

svn path=/trunk/; revision=11946
2004-09-08 21:14:40 +00:00
Guy Harris 8b92640589 To conert a little-endian value to a big-endian value, use
GUINT32_SWAP_LE_BE(), not GUINT32_TO_BE() - the latter converts a
host-byte-order value to big-endian, but the host might be big-endian.

svn path=/trunk/; revision=11945
2004-09-08 19:36:25 +00:00
Ulf Lamping 40dc36b99c Try to get the window geometry only, if a GdkWindow really exists for that GtkWidget (e.g. the widget isn't hidden)
svn path=/trunk/; revision=11944
2004-09-08 19:29:09 +00:00
Ulf Lamping 636317d3a6 Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g. filename already exists) will lead to an unresponding file dialog. The fix will close the dialog, which isn't the best solution, but I don't see a better one.
svn path=/trunk/; revision=11943
2004-09-08 19:26:36 +00:00
Anders Broman 10816e79c4 Added some valuestring parameters for PoC
svn path=/trunk/; revision=11942
2004-09-08 19:24:32 +00:00
Michael Tüxen e3ea2351dc Updated the comment at the beginning of the file.
svn path=/trunk/; revision=11941
2004-09-08 13:10:01 +00:00
Michael Tüxen 3e8df5c448 Added support for version 12. So it now supports version 02, 08 and
12 of the internet draft.

svn path=/trunk/; revision=11940
2004-09-08 13:08:02 +00:00
Ronnie Sahlberg 1141542d06 From Peter Johansson, make proto_tree_add_item() handle IPv4 addresses
stored in little endian format.


svn path=/trunk/; revision=11939
2004-09-08 10:32:53 +00:00
Guy Harris 005aa9f66d From Devin Heitmuller: decode verifiers after stub decryption - for
NTLMSSP, the state of the RC4 stream is dependent on the stub being
decrypted before the verifier.

Correctly set the length and reported length of the tvb for the stub
(the reported length of that tvb should be set based on the *reported*
length of the parent tvbuff, not the captured length).

svn path=/trunk/; revision=11938
2004-09-08 09:35:47 +00:00
Ulf Lamping f5ba8a6971 sort_iter_compare_func() only needed with GTK2
svn path=/trunk/; revision=11937
2004-09-08 05:55:21 +00:00
Guy Harris 7e98674443 Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, in
particularly, should disregard all the renaming they did of some
routines, as the old names work Just Fine in 2.x but the new names don't
work in 1.2[.x]).

svn path=/trunk/; revision=11936
2004-09-07 23:59:49 +00:00
Guy Harris 82b8f8edbb "g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works in
2.x and 1.2[.x].  Use "g_string_sprintf()", its deprecation
nonwithstanding.

svn path=/trunk/; revision=11935
2004-09-07 23:20:53 +00:00
Guy Harris 4952c53935 Put the byte-order mark back.
svn path=/trunk/; revision=11934
2004-09-07 22:21:59 +00:00
Guy Harris bf3516fb3f Squelch a compiler warning.
svn path=/trunk/; revision=11933
2004-09-07 20:10:35 +00:00
Guy Harris d9454e5b00 Canonicalize the line endings, and set svn:eol-style to native to keep
them canonicalized.

Set svn:keywords to Id to expand RCS IDs.

svn path=/trunk/; revision=11932
2004-09-07 20:10:00 +00:00
Guy Harris 9e8d653b21 Set svn:eol-style to native to keep line endings canonicalized.
Set svn:keywords to Id to expand RCS IDs.

svn path=/trunk/; revision=11931
2004-09-07 20:07:08 +00:00
Guy Harris 5f31d79fea Canonicalize the line endings, and set svn:eol-style to native to keep
them canonicalized.

Set svn:keywords to Id to expand RCS IDs.

svn path=/trunk/; revision=11930
2004-09-07 20:05:04 +00:00
Ulf Lamping 62cde11b8b added a Clear button to the Decode As dialog, also added some tooltips
svn path=/trunk/; revision=11929
2004-09-07 19:42:52 +00:00
Ulf Lamping 61d6b8a1ab replace the Cancel with a Close button, as pressing it will not rewind any previously applied operations
svn path=/trunk/; revision=11928
2004-09-07 19:22:17 +00:00
Ulf Lamping a39ba7e44b don't put the "(none)" interface into the list, Ethereal will crash if it's applied to Decode As
svn path=/trunk/; revision=11927
2004-09-07 19:20:48 +00:00
Guy Harris 03e12ad5ee Canonicalize the line endings, set the svn:eol-style property to
"native" so they stay canonicalized, and set svn:keywords to Id so that
RCS IDs get expanded.

svn path=/trunk/; revision=11926
2004-09-07 18:51:56 +00:00
Ulf Lamping 3a51628c0f two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA on a NULL pointer
svn path=/trunk/; revision=11925
2004-09-07 18:50:26 +00:00
Ulf Lamping 26afcbd9cc First working implementation of "Decode As" for DCE-RPC interface bindings. Ethereal needs to capture the DCE-RPC bind sequence, to get a relationsship between the interface UUID and the current conversation. If this binding wasn't captured, one can use "Decode As" and choose the interface from a list corresponding to a specific conversation. Currently "only" implemented for connectionoriented (TCP) DCE-RPC, but connectionless is a work in progress.
svn path=/trunk/; revision=11924
2004-09-07 16:19:56 +00:00
Michael Tüxen 0616413a60 Do not compile SCTP analysis stuff right now.
svn path=/trunk/; revision=11922
2004-09-07 09:41:58 +00:00
Ulf Lamping e09ed18320 using #ifdef HAVE_SYS_TYPES_H around some of the includes making problems, but still uncompilable on win32!!!
svn path=/trunk/; revision=11921
2004-09-07 08:42:02 +00:00