aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* The caplen and iplen are not always going to be equal. Need to use > and <= i...Mike Hall2000-08-151-7/+12
* Much cleaner tvb start code for file handle dissection.Uwe Girlich2000-08-141-12/+4
* Reversed the latest changes for protocol enable/disable in RPC sub-dissectors.Uwe Girlich2000-08-144-106/+5
* PPP/WAN captures work on Windows 9x, so speak of them not working onlyGuy Harris2000-08-142-10/+12
* proto_is_protocol_enabled() test for sub-dissectors made here already.Uwe Girlich2000-08-141-10/+9
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-132-3/+13
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-13123-121/+866
* Cope with some of the *other* oddities that Linux ISDN appears to stickGuy Harris2000-08-131-5/+29
* On Win32, if the attempt to open the capture device fails, don't talkGuy Harris2000-08-132-25/+97
* Give, in "README.hpux", what appears to be the new URL for the UK HP-UXGuy Harris2000-08-135-517/+2927
* - add HAVE_CONFIG_HLaurent Deniel2000-08-121-1/+25
* Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris2000-08-121-21/+23
* RSH dissector, from Robert Tsai.Guy Harris2000-08-125-4/+117
* "p_get_proto_data()" should, if it finds an entry, return the pointerGuy Harris2000-08-122-9/+14
* Remove my unmaintained http address and add some stuffLaurent Deniel2000-08-111-2/+2
* - add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel2000-08-114-33/+91
* Give them RCS IDs.Guy Harris2000-08-112-5/+12
* Give it an RCS ID.Guy Harris2000-08-111-0/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-10/+6
* Miscellaneous code cleaningLaurent Deniel2000-08-11159-595/+885
* Not all compilers like zero-length arrays; comment out the definition ofGuy Harris2000-08-111-1/+5
* Don't bump "offset" in the non-SNAP case - it hasn't been set, and weGuy Harris2000-08-111-3/+1
* If we have a random stream open for a compressed Sniffer file, have theGuy Harris2000-08-112-174/+354
* Kerberos 5 dissector, from Wes Hardaker.Guy Harris2000-08-116-2/+994
* - remove debugging #ifdefLaurent Deniel2000-08-101-37/+35
* - rename is_name_from_file to is_dummy_entry since now a realLaurent Deniel2000-08-103-17/+87
* "test -e" is documented in the Solaris 2.6 man page, but doesn't seem toGuy Harris2000-08-101-4/+4
* We must include "snprintf.h" *after* including <stdarg.h>, andGuy Harris2000-08-101-5/+5
* - add proto_tree_add_text_valistLaurent Deniel2000-08-104-8/+31
* Fix decoding of short ISIS CLV data frames.Laurent Deniel2000-08-101-2/+2
* If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"Guy Harris2000-08-103-49/+130
* Add some ethertypes (which were captured on my network, so inuse ;-).Laurent Deniel2000-08-092-19/+69
* - make-reg-dotLaurent Deniel2000-08-092-50/+74
* Add #defines for class values, and use them rather than using theGuy Harris2000-08-091-5/+14
* Give the Help menu the more-or-less canonical style from mostGuy Harris2000-08-091-3/+4
* Update the man pages to reflectGuy Harris2000-08-092-20/+44
* Make copy_binary_file() static since follow_dlg.c no longer uses it.Gilbert Ramirez2000-08-092-5/+4
* Phil Techau's fix to BOOTP when client address not supplied.Guy Harris2000-08-093-3/+10
* Make "editcap -h" give the usage message without an error message (i.e.,Guy Harris2000-08-091-2/+2
* Document that ranges of packet numbers can be specified.Guy Harris2000-08-091-1/+4
* Small fix for initialization of new follow_info struct.Gilbert Ramirez2000-08-091-1/+2
* In TCP Follow window, allow the optional showing of:Gilbert Ramirez2000-08-093-422/+592
* Added wiretap support to read the Cisco Secure Intrusion Detection System IPL...Mike Hall2000-08-087-6/+298
* Fix display of IPv6 frag header display in proto tree, fromGilbert Ramirez2000-08-081-1/+36
* Convert comments to docstrings.Gilbert Ramirez2000-08-081-319/+329
* - improve/fix add_host_nameLaurent Deniel2000-08-082-2/+11
* Add a Help window that contains:Laurent Deniel2000-08-085-3/+495
* NLM v1 dissector filled with some actual dissectors.Uwe Girlich2000-08-081-18/+252