aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris25-101/+108
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-9/+0
2004-09-11Get rid of some #includes that caused trouble on Windows - we need toGuy Harris1-13/+0
2004-09-11From Dave Richards: fix a format string.Guy Harris1-1/+1
2004-09-11added a section about nmake 1.5 from microsoftUlf Lamping1-1/+34
2004-09-11From Dave Richards: remove from libethereal.def some routines fromGuy Harris2-5/+1
2004-09-11minor changesUlf Lamping3-21/+13
2004-09-11some more changesUlf Lamping3-163/+302
2004-09-11add some urlsUlf Lamping1-18/+47
2004-09-11added a debugger section and a lot or urls to the different GNU toolsUlf Lamping1-6/+181
2004-09-11added a chapter "How Ethereal Works", with only little content right now...Ulf Lamping2-0/+62
2004-09-11Nothing in "util.h" is needed by anything in libethereal, so don't putGuy Harris2-3/+4
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris6-36/+103
2004-09-10The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.Guy Harris1-1/+1
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris8-120/+191
2004-09-10Add the new "proto_registrar_dump_values()" routine, as it's used byGuy Harris1-0/+1
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris5-40/+111
2004-09-10minor changeUlf Lamping1-1/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez4-11/+182
2004-09-09Show ETHERTYPE_IPv6 as "IPv6" in the type field.Guy Harris1-0/+1
2004-09-09Added Christophe Devine as a contributor.Anders Broman1-0/+3
2004-09-09Add SHA1 routines for future use at least by SigCompAnders Broman1-0/+1
2004-09-09Add SHA1 routines for future use at least by SigCompAnders Broman2-0/+433
2004-09-09Add SHA1 routines for future use, at least by SigCompAnders Broman1-0/+1
2004-09-09From Remi Denis-Courmont: heuristic dissector for Teredo.Guy Harris1-1/+86
2004-09-09From Luca Deri: NetFlow v9 enhancements.Guy Harris2-8/+184
2004-09-08Squelch a compiler warning. (We really might want aGuy Harris1-1/+2
2004-09-08To conert a little-endian value to a big-endian value, useGuy Harris1-1/+1
2004-09-08Try to get the window geometry only, if a GdkWindow really exists for that Gt...Ulf Lamping1-7/+11
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....Ulf Lamping1-0/+8
2004-09-08Added some valuestring parameters for PoCAnders Broman1-0/+2
2004-09-08Updated the comment at the beginning of the file.Michael Tüxen1-1/+2
2004-09-08Added support for version 12. So it now supports version 02, 08 andMichael Tüxen1-29/+169
2004-09-08From Peter Johansson, make proto_tree_add_item() handle IPv4 addressesRonnie Sahlberg1-1/+1
2004-09-08From Devin Heitmuller: decode verifiers after stub decryption - forGuy Harris1-6/+19
2004-09-08sort_iter_compare_func() only needed with GTK2Ulf Lamping1-0/+2
2004-09-07Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, inGuy Harris1-0/+14
2004-09-07"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works inGuy Harris1-7/+7
2004-09-07Put the byte-order mark back.Guy Harris1-1/+1
2004-09-07Squelch a compiler warning.Guy Harris1-0/+1
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepGuy Harris1-452/+451
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.Guy Harris5-5/+5
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepGuy Harris1-156/+156
2004-09-07added a Clear button to the Decode As dialog, also added some tooltips Ulf Lamping1-35/+67
2004-09-07replace the Cancel with a Close button, as pressing it will not rewind any pr...Ulf Lamping1-13/+12
2004-09-07don't put the "(none)" interface into the list, Ethereal will crash if it's a...Ulf Lamping1-1/+2
2004-09-07Canonicalize the line endings, set the svn:eol-style property toGuy Harris2-17/+17
2004-09-07two bugfixes: sort items in alphabetical order and don't do a OBJECT_GET_DATA...Ulf Lamping1-3/+48
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping10-275/+774
2004-09-07Do not compile SCTP analysis stuff right now.Michael Tüxen1-6/+0