aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-08Several new RPC dissecting function introduced. Interface toUwe Girlich3-17/+103
2000-08-08Added another tool to generate lists of protocols from Ethereal for theRichard Sharpe1-0/+95
2000-08-07Cast arguments to "isxdigit()", "isdigit()", and "isflag()" to "unsignedGuy Harris1-4/+4
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris1-2/+2
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thGuy Harris1-2/+2
2000-08-07A small set of patches to fix one small problem and start working on theRichard Sharpe1-12/+280
2000-08-07Fix compilation problem.Laurent Deniel1-2/+2
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris100-640/+781
2000-08-06Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to:Laurent Deniel1-2/+20
2000-08-06Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris3-23/+28
2000-08-06Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris1-22/+47
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris8-28/+28
2000-08-06There is *no* guarantee that the "fd" argument to a dissector uniquelyGuy Harris1-11/+6
2000-08-05Arrange that filter dialog boxes have an "Apply" button only if one canGuy Harris3-21/+36
2000-08-05Make the ICMP top-of-protocol-tree item cover the entire rest of theGuy Harris1-2/+2
2000-08-05Make "ip_checksum()" take just pointer and length arguments, and makeGuy Harris1-31/+37
2000-08-05More changes from Peter Kjellerstedt.Guy Harris1-10/+8
2000-08-04ICQ improvements from Peter Kjellerstedt.Guy Harris2-32/+84
2000-08-04Fix to the SRVLOC dissector to correctly handle the error field of theGuy Harris3-7/+12
2000-08-04Clean up the checksumming stuff a bit:Guy Harris1-27/+29
2000-08-04Re-organize the README so that people who just want to run ethereal, notGilbert Ramirez1-36/+75
2000-08-04Fix a number of problems, and do some checking to make sure we don't runGuy Harris1-37/+132