aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-10Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris7-41/+6
2004-01-10Generic line-based text data dissector.Olivier Biot1-0/+1
2004-01-10Add support for a generic line-based text data dissector.Olivier Biot4-3/+150
2004-01-09From Martin Regner:Guy Harris1-21/+184
2004-01-09From Yuriy Sidelnikov:Guy Harris2-16/+54
2004-01-09Have a common "process_specified_packets()" routine for processingGuy Harris1-268/+301
2004-01-09Decode HEAD, OPTIONS, TRACE, DELETE as GET.Olivier Biot1-1/+6
2004-01-09Dissector for message/http media type defined in HTTP.Olivier Biot1-0/+1
2004-01-09Add support for the message/http media type defined in HTTP.Olivier Biot1-1/+62
2004-01-09We don't need to keep the progress bar quantum or next step in theGuy Harris4-34/+40
2004-01-09Export "remove_color_filter()", as it's used in "color_dlg.c".Guy Harris1-1/+2
2004-01-09Include <string.h> to declare "strcmp()".Guy Harris1-1/+2
2004-01-09Part 2 of the "unmarking a packet matching a color filter does not applyOlivier Biot3-5/+21
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-2/+5
2004-01-09There seems to be a missing #include ... there are still errors, though.Richard Sharpe1-1/+2
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping6-265/+469
2004-01-09some code cleanup in range.cUlf Lamping4-92/+80
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris11-1737/+1853
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot3-27/+63
2004-01-09Fix a typo.Guy Harris1-2/+2
2004-01-09Fix a comment.Guy Harris1-3/+3
2004-01-09"conversation_new()" takes flags NO_ADDR2 and NO_PORT2, not NO_ADDR_BGuy Harris4-10/+10
2004-01-09The extra flags that "net-snmp-config --cflags" might emit might causeGuy Harris1-10/+2
2004-01-08Cope with "net-snmp-config --cflags" emitting flags that the C compilerGuy Harris1-2/+10
2004-01-08If building without libpcap, exclude some stuff that builds only ifGuy Harris2-5/+10
2004-01-08From Jari Mustajarvi: fix handling of PDUs with 2-byte-long variable andGuy Harris3-3/+9
2004-01-08Update the comment about the length issue to reflect mail from somebodyGuy Harris1-5/+12
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping3-122/+160
2004-01-07Include string.h to import strerrorJörg Mayer1-1/+3
2004-01-07Get rid of "gtk_box_pack_start()" call to put the range table into theGuy Harris1-2/+1
2004-01-07From Alex Rozin: cope with what appears to be an ambiguity in the 802.1sGuy Harris1-4/+34
2004-01-07added some simple_dialogs, if save of raw data fails for some reasonsUlf Lamping1-7/+11
2004-01-07Get rid of a now unused variable.Olivier Biot1-3/+2
2004-01-07Update the list of OSes and OS versions on which Ethereal is known toGuy Harris1-6/+11
2004-01-07Add a preference that controls the way the SIP version is enforced. By default,Olivier Biot1-9/+33
2004-01-07Remove extraneous parameters of packet count in case the end-user manuallyOlivier Biot1-3/+5
2004-01-07minor changesUlf Lamping1-4/+8
2004-01-07added current windows versionsUlf Lamping1-2/+2
2004-01-07Fix some typoes.Guy Harris1-8/+19
2004-01-07The type values from Net-SNMP are u_chars; make the formal argument forGuy Harris1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearGuy Harris1-7/+5
2004-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris1-10/+8
2004-01-07Not that it really matters as the test still alwas evaluates to false:Jörg Mayer2-4/+4
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping5-137/+352
2004-01-06GPL.txt -> ../../COPYINGJörg Mayer1-1/+1
2004-01-06Widgets get freed when the reference count goes to zero; we don't needGuy Harris1-22/+23
2004-01-06Clear the interface list and free up interface names whenever a newGuy Harris1-17/+20
2004-01-06Don't add an interface to the interface list if we already haveGuy Harris1-13/+13