aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-04-23Get rid of an unnecessary include.Guy Harris1-2/+1
2001-04-23Fix Gerald's address.Guy Harris1-2/+2
2001-04-23Get rid of unnecessary includes.Guy Harris6-17/+9
2001-04-23Get rid of unnecessary include.Guy Harris1-2/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris15-73/+79
2001-04-23Get rid of BYTES_ARE_IN_FRAME references.Guy Harris1-4/+2
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris8-20/+23
2001-04-23Get rid of NullTVB references.Guy Harris1-14/+8
2001-04-23Get rid of NullTVB references.Guy Harris2-8/+8
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris4-23/+60
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris7-419/+459
2001-04-23When registering numeric fields, check that a base other than BASE_NONEGuy Harris1-26/+18
2001-04-21Add support for comments in "process-x11-fields.pl", and add a copyrightGuy Harris2-1/+37
2001-04-21rquota support completed by Ronnie Sahlberg.Guy Harris3-6/+183
2001-04-21SPRAY support, from Ronnie Sahlberg.Guy Harris5-2/+178
2001-04-21Update the reassembly item to note that IPv4 fragments are nowGuy Harris1-3/+6
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
2001-04-20Use "%u", not "%d", to print unsigned quantities.Guy Harris1-4/+4
2001-04-20Explain BASE_{DEC,HEX,OCT,BIN} a bit more, note that BASE_BIN is forGuy Harris1-4/+8
2001-04-20When displaying the numeric value for the value_string string that wasGuy Harris1-1/+2
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
2001-04-20Include "process-x11-fields.pl" and "x11-fields" in the sourceGuy Harris1-2/+4
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris14-31/+35
2001-04-20Add a "return 0;" at the end of main() to pacify MSVC 5 (and probablyGilbert Ramirez1-1/+2
2001-04-20Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl"Guy Harris1-0/+27
2001-04-20KLM support, from Ronnie Sahlberg.Guy Harris5-2/+297
2001-04-20Put the top-level item for a TLV into the protocol tree with a textGuy Harris1-9/+3
2001-04-20Make the fields that correspond to drawable IDs, masks, and the likeGuy Harris1-11/+11
2001-04-20Fix up "process-x11-fields" to allow both a base *and* VALS to beGuy Harris2-82/+107
2001-04-20Check in the file used to define fields for the X11 dissector, and theGuy Harris8-762/+496
2001-04-20Put BASE_NONE back into the FT_INTn and FT_UINTn display functionsEd Warnicke1-2/+27
2001-04-20All the object class-specific types are interior nodes, and the onlyGuy Harris1-23/+23
2001-04-19DCE RPC updates from Todd Sabin.Guy Harris3-158/+578
2001-04-19Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -Guy Harris1-6/+1
2001-04-19"ethereal -G" and "tethereal -G" won't show the pseudo-field forGuy Harris3-43/+9
2001-04-19Patch from Ronnie Sahlberg to cause the field description section of theGuy Harris2-12/+51
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris10-27/+27
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-33/+33
2001-04-19Fix up the messages printed for the SSL checks - AC_MSG_CHECKING withoutGuy Harris2-4/+2
2001-04-19Include "image/Makefile.nmake" in the distribution tarball.Guy Harris1-1/+2
2001-04-18Distribute wtap.defGilbert Ramirez1-2/+3
2001-04-18YPPASSWD support, from Ronnie Sahlberg.Guy Harris5-2/+200
2001-04-18Change from Ronnie Sahlberg to add ONC RPC strings to the tree asGuy Harris1-2/+4
2001-04-18Fix from Patrick Wolfe.Guy Harris1-30/+36
2001-04-18Check the validity of numbers specified in command-line options.Guy Harris3-12/+63
2001-04-18nmake was compiling lemon.c twice; now let it use its defaultGilbert Ramirez1-5/+1
2001-04-18IP fragment reassembly, from Ronnie Sahlberg.Guy Harris2-34/+546
2001-04-18Revert. MSVC is wrong. Thanks to Guy for pointing that out.Gilbert Ramirez1-3/+13
2001-04-18#define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32,Gilbert Ramirez1-1/+3
2001-04-18Makefile.nmake pulls in settings from config.nmakeGilbert Ramirez2-3/+10