aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-08-20- proto_bgp was not added in protocol tree, so "bgp" was notLaurent Deniel1-6/+17
2000-08-20- do not issue the font warning if in the child process (used for real timeLaurent Deniel1-9/+13
2000-08-20SMTP is Simple *Mail* Transfer Protocol not Message.Laurent Deniel1-2/+8
2000-08-20Use "memset()" to zero byte arrays, and "memcpy" to copy into them.Guy Harris1-9/+7
2000-08-20When the Win32 GTK+ constructs fake XLFD names for Windows fonts, itGuy Harris1-1/+2
2000-08-20Remove references to the "-b" option from the usage messages, as thatGuy Harris1-11/+10
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris7-40/+265
2000-08-20This is an SMTP dissector, not a BXXP dissector; fix the comment at theGuy Harris1-6/+6
2000-08-19Added packet-smtp.c and modified packet.c to include code that was neverRichard Sharpe2-1/+224
2000-08-19Adding the first part of packet-smtp.c ...Richard Sharpe1-1/+2
2000-08-19Add Mbit/sec to the summary window.Laurent Deniel1-1/+5
2000-08-19Fix buffer overflow on zlib uncompression errors.Laurent Deniel1-2/+2
2000-08-19Fix potential buffer overflows.Laurent Deniel3-10/+14
2000-08-19- fix potential buffer overflow problems.Laurent Deniel1-9/+23
2000-08-19Michael Tuexen's patch to add "sctp.port" as a dissector table so thatGuy Harris3-62/+90
2000-08-19Michael Tuexen's changes to define a port type for SCTP ports, handleGuy Harris4-13/+50
2000-08-18avoid pointer typecast, which leads to unaligned access.Jun-ichiro itojun Hagino1-6/+5
2000-08-18- remove ^MLaurent Deniel1-655/+657
2000-08-18Add Zebra dissector from Jochen.Gilbert Ramirez4-4/+662
2000-08-18- move some #preprocessor directives at the fisrt column.Laurent Deniel1-4/+9
2000-08-18Modify the Gryphon plugin code in order to avoid an abort when theLaurent Deniel2-10/+19
2000-08-18add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txtJun-ichiro itojun Hagino2-68/+373
2000-08-18A6 records are now RFC 2874 (not i-d)Jun-ichiro itojun Hagino1-4/+4
2000-08-17Add a comment about the use of prefs_register_module() in protocol dissectorsLaurent Deniel1-1/+5
2000-08-17Add comments about pointers.Gilbert Ramirez1-5/+25
2000-08-17Don't catch the "delete_event" signal for the "Help" window - we justGuy Harris1-7/+16
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris7-105/+58
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel3-43/+94
2000-08-16The "Edit:protocols..." window is now sorted.Laurent Deniel1-57/+77
2000-08-16- remove "Match Selected" from the packet list popup menu.Laurent Deniel1-5/+5
2000-08-15In "set_plist_sel_browse()", don't unselect the current packet if theGuy Harris1-1/+24
2000-08-15Rename the "Properties" pop-up menu item "Protocol Properties", to makeGuy Harris1-3/+3
2000-08-15Get rid of an unused variable.Guy Harris1-2/+1
2000-08-15Oups. Forgot some set_menus_for_selected_tree_row calls.Laurent Deniel2-2/+4
2000-08-15Fix a problem with const char *Laurent Deniel3-7/+7
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel8-9/+127
2000-08-15Remove the IPv6 restriction for the Follow TCP stream feature.Laurent Deniel1-4/+1
2000-08-15The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall1-7/+12
2000-08-14Much cleaner tvb start code for file handle dissection.Uwe Girlich1-12/+4
2000-08-14Reversed the latest changes for protocol enable/disable in RPC sub-dissectors.Uwe Girlich4-106/+5
2000-08-14PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris2-10/+12
2000-08-14proto_is_protocol_enabled() test for sub-dissectors made here already.Uwe Girlich1-10/+9
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2-3/+13
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel123-121/+866
2000-08-13Cope with some of the *other* oddities that Linux ISDN appears to stickGuy Harris1-5/+29
2000-08-13On Win32, if the attempt to open the capture device fails, don't talkGuy Harris2-25/+97
2000-08-13Give, in "README.hpux", what appears to be the new URL for the UK HP-UXGuy Harris5-517/+2927
2000-08-12- add HAVE_CONFIG_HLaurent Deniel1-1/+25
2000-08-12Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris1-21/+23
2000-08-12RSH dissector, from Robert Tsai.Guy Harris5-4/+117