aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-12"p_get_proto_data()" should, if it finds an entry, return the pointerGuy Harris2-9/+14
2000-08-11Remove my unmaintained http address and add some stuffLaurent Deniel1-2/+2
2000-08-11- add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel4-33/+91
2000-08-11Give them RCS IDs.Guy Harris2-5/+12
2000-08-11Give it an RCS ID.Guy Harris1-0/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-10/+6
2000-08-11Miscellaneous code cleaningLaurent Deniel159-595/+885
2000-08-11Not all compilers like zero-length arrays; comment out the definition ofGuy Harris1-1/+5
2000-08-11Don't bump "offset" in the non-SNAP case - it hasn't been set, and weGuy Harris1-3/+1
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris2-174/+354
2000-08-11Kerberos 5 dissector, from Wes Hardaker.Guy Harris6-2/+994
2000-08-10- remove debugging #ifdefLaurent Deniel1-37/+35
2000-08-10- rename is_name_from_file to is_dummy_entry since now a realLaurent Deniel3-17/+87
2000-08-10"test -e" is documented in the Solaris 2.6 man page, but doesn't seem toGuy Harris1-4/+4
2000-08-10We must include "snprintf.h" *after* including <stdarg.h>, andGuy Harris1-5/+5
2000-08-10- add proto_tree_add_text_valistLaurent Deniel4-8/+31
2000-08-10Fix decoding of short ISIS CLV data frames.Laurent Deniel1-2/+2
2000-08-10If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris3-49/+130
2000-08-09Add some ethertypes (which were captured on my network, so inuse ;-).Laurent Deniel2-19/+69
2000-08-09- make-reg-dotLaurent Deniel2-50/+74
2000-08-09Add #defines for class values, and use them rather than using theGuy Harris1-5/+14
2000-08-09Give the Help menu the more-or-less canonical style from mostGuy Harris1-3/+4
2000-08-09Update the man pages to reflectGuy Harris2-20/+44
2000-08-09Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez2-5/+4
2000-08-09Phil Techau's fix to BOOTP when client address not supplied.Guy Harris3-3/+10
2000-08-09Make "editcap -h" give the usage message without an error message (i.e.,Guy Harris1-2/+2
2000-08-09Document that ranges of packet numbers can be specified.Guy Harris1-1/+4
2000-08-09Small fix for initialization of new follow_info struct.Gilbert Ramirez1-1/+2
2000-08-09In TCP Follow window, allow the optional showing of:Gilbert Ramirez3-422/+592
2000-08-08Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall7-6/+298
2000-08-08Fix display of IPv6 frag header display in proto tree, fromGilbert Ramirez1-1/+36
2000-08-08Convert comments to docstrings.Gilbert Ramirez1-319/+329
2000-08-08- improve/fix add_host_nameLaurent Deniel2-2/+11
2000-08-08Add a Help window that contains:Laurent Deniel5-3/+495
2000-08-08NLM v1 dissector filled with some actual dissectors.Uwe Girlich1-18/+252