aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the file name in the initial comment.Guy Harris2002-10-151-3/+3
* Fix a typo in Gerald's e-mail address.Guy Harris2002-10-151-2/+2
* Fix more typing issues. Pull the marker, length, and type individuallyGerald Combs2002-10-152-41/+38
* Fix signed/unsigned type mismatches, as pointed out by Silvio.Gerald Combs2002-10-152-24/+55
* From Thierry Pelle: IPv6CP support.Guy Harris2002-10-142-1/+94
* Another problem found by valgrind :Olivier Abad2002-10-141-1/+3
* 1- We were writing 1 byte past the end of the buffer in register_tapOlivier Abad2002-10-141-5/+4
* From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris2002-10-144-3/+10
* From Mike Frisch: fix problems with SETCLIENTID and SETCLIENTID_REPLYGuy Harris2002-10-141-2/+7
* Create the temporary tree if we're *not* building a protocol treeGuy Harris2002-10-141-2/+2
* Fetch the pointer to a string before allocating memory for the string,Guy Harris2002-10-111-2/+4
* Make the flag buffer in "dissect_ping_req()" large enough to hold theGuy Harris2002-10-111-8/+7
* Note that "dissect_ping_req()" duplicates a bunch of stuff inGuy Harris2002-10-112-26/+11
* Fix some spelling errors.Guy Harris2002-10-102-64/+64
* Mark some fields as NDS fields.Guy Harris2002-10-101-3/+3
* Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericGuy Harris2002-10-102-25/+16
* Fix up the handling of bitfields in NDS messages - get rid of extraGuy Harris2002-10-101-78/+74
* "tm_isdst" must be set to -1 before "mktime()" is called, so thatGuy Harris2002-10-102-3/+4
* "proto_tree_add_string_format()" requires that the string value beGuy Harris2002-10-101-13/+16
* When deciding whether to put "NDS" into the protocol field in the packetGuy Harris2002-10-101-15/+17
* Remove an extra blank in the Connection Control field display.Guy Harris2002-10-101-17/+17
* As we are (correctly) calling the IP dissector regardless of whether aGuy Harris2002-10-101-4/+7
* Fixed minor error in call ordering.Ed Warnicke2002-10-101-2/+2
* Don't attach the string for an NDS error to the completion code - attachGuy Harris2002-10-101-30/+8
* "#if 0" out the code in "get_string()", as it will probably causeGuy Harris2002-10-101-3/+15
* Clean up white space.Guy Harris2002-10-101-65/+86
* Add (back) some #include <string.h>Jörg Mayer2002-10-104-4/+8
* Backout previous patch - the warning was left intentionallyJörg Mayer2002-10-101-2/+2
* Silence an unjustified warningJörg Mayer2002-10-101-2/+2
* Add (back) some #include <string.h>Jörg Mayer2002-10-103-3/+6
* Increase addr outside of macroJörg Mayer2002-10-101-2/+3
* Properly check the return value of decode_prefix4(). This prevents anGerald Combs2002-10-101-1/+15
* From Didier Gautheron: add AFP 3.1's FPEnumerateExt2 call, and add aGuy Harris2002-10-091-1/+58
* Add a missing #include <string.h>Jörg Mayer2002-10-091-1/+2
* Support for both old and brand new libtool versionsJörg Mayer2002-10-093-3/+6
* Update formatting, library information.Gerald Combs2002-10-091-40/+26
* From Ulf Lamping: keep "Update list of packets in real time" fromGuy Harris2002-10-092-3/+6
* Zlib and Net-SNMP updates.Gerald Combs2002-10-091-7/+7
* Link to libsnmp under Win32.Gerald Combs2002-10-095-13/+54
* Remove experimental (and faulty) stuff that leaked in while adding a dissecot...Jörg Mayer2002-10-091-3/+2
* - Fixed RRO flag support that got dropped in the previous commit.Ashok Narayanan2002-10-081-46/+266
* From Senthil Kumar Nagappan: fix a "proto_tree_add_uint()" call that wasGuy Harris2002-10-083-2/+7
* From Lutz Jaenicke: use "g_htonl()" rather than "htonl()".Guy Harris2002-10-083-2/+7
* From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compilerGuy Harris2002-10-084-19/+28
* Fix some compiler warnings.Guy Harris2002-10-081-40/+40
* Set the Info column in the SPX dissector regardless of whether we'reGuy Harris2002-10-081-8/+10
* Make some variables unsigned to remove some compiler warnings.Guy Harris2002-10-081-3/+3
* Include <string.h> to declare "memcpy()".Guy Harris2002-10-081-2/+3
* Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris2002-10-081-3/+2
* Update to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF,Guy Harris2002-10-081-1/+8