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