aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the number of marked packets in the summary window.Laurent Deniel2000-08-213-3/+12
* Frames in the packet list can now be marked by the user usingLaurent Deniel2000-08-215-20/+90
* Put an indentation in hexdump display of a TCP streamLaurent Deniel2000-08-211-2/+3
* Revert the last silly change ... :-)Richard Sharpe2000-08-211-2/+2
* A small change ...Richard Sharpe2000-08-211-2/+2
* Make work better the (hexdump) popup menus.Laurent Deniel2000-08-213-17/+21
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-9/+22
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-2117-295/+468
* "capture_child" isn't declared or defined if HAVE_LIBPCAP isn't defined;Guy Harris2000-08-211-2/+6
* Add a popup menu for the hexdump window. For now, it has only theLaurent Deniel2000-08-203-3/+19
* Cleaning (remove comment and tcp_extra_data).Laurent Deniel2000-08-201-10/+1
* Fix a comment.Laurent Deniel2000-08-201-2/+2
* "ascend" was not working as display filter...Laurent Deniel2000-08-201-2/+3
* - proto_bgp was not added in protocol tree, so "bgp" was notLaurent Deniel2000-08-201-6/+17
* - do not issue the font warning if in the child process (used for real timeLaurent Deniel2000-08-201-9/+13
* SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel2000-08-201-2/+8
* Use "memset()" to zero byte arrays, and "memcpy" to copy into them.Guy Harris2000-08-201-9/+7
* When the Win32 GTK+ constructs fake XLFD names for Windows fonts, itGuy Harris2000-08-201-1/+2
* Remove references to the "-b" option from the usage messages, as thatGuy Harris2000-08-201-11/+10
* Instead of having the normal-weight and bold fonts set separately,Guy Harris2000-08-207-40/+265
* This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris2000-08-201-6/+6
* Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe2000-08-192-1/+224
* Adding the first part of packet-smtp.c ...Richard Sharpe2000-08-191-1/+2
* Add Mbit/sec to the summary window.Laurent Deniel2000-08-191-1/+5
* Fix buffer overflow on zlib uncompression errors.Laurent Deniel2000-08-191-2/+2
* Fix potential buffer overflows.Laurent Deniel2000-08-193-10/+14
* - fix potential buffer overflow problems.Laurent Deniel2000-08-191-9/+23
* Michael Tuexen's patch to add "sctp.port" as a dissector table so thatGuy Harris2000-08-193-62/+90
* Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris2000-08-194-13/+50
* avoid pointer typecast, which leads to unaligned access.Jun-ichiro itojun Hagino2000-08-181-6/+5
* - remove ^MLaurent Deniel2000-08-181-655/+657
* Add Zebra dissector from Jochen.Gilbert Ramirez2000-08-184-4/+662
* - move some #preprocessor directives at the fisrt column.Laurent Deniel2000-08-181-4/+9
* Modify the Gryphon plugin code in order to avoid an abort when theLaurent Deniel2000-08-182-10/+19
* add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txtJun-ichiro itojun Hagino2000-08-182-68/+373
* A6 records are now RFC 2874 (not i-d)Jun-ichiro itojun Hagino2000-08-181-4/+4
* Add a comment about the use of prefs_register_module() in protocol dissectorsLaurent Deniel2000-08-171-1/+5
* Add comments about pointers.Gilbert Ramirez2000-08-171-5/+25
* Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris2000-08-171-7/+16
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-177-105/+58
* Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel2000-08-163-43/+94
* The "Edit:protocols..." window is now sorted.Laurent Deniel2000-08-161-57/+77
* - remove "Match Selected" from the packet list popup menu.Laurent Deniel2000-08-161-5/+5
* In "set_plist_sel_browse()", don't unselect the current packet if theGuy Harris2000-08-151-1/+24
* Rename the "Properties" pop-up menu item "Protocol Properties", to makeGuy Harris2000-08-151-3/+3
* Get rid of an unused variable.Guy Harris2000-08-151-2/+1
* Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel2000-08-152-2/+4
* Fix a problem with const char *Laurent Deniel2000-08-153-7/+7
* Implements the "Properties" menu item which displays the preferences windowLaurent Deniel2000-08-158-9/+127
* Remove the IPv6 restriction for the Follow TCP stream feature.Laurent Deniel2000-08-151-4/+1