| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 1 | -1/+1 |
* | Printers must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-05 | 1 | -1/+1 |
* | Don't assume the ONC RPC header is nicely aligned. | Guy Harris | 2015-08-24 | 1 | -1/+2 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -30/+30 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | Don't assume the NFS request is aligned on a 4-byte boundary. | Guy Harris | 2014-06-25 | 1 | -1/+1 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -75/+75 |
* | NFS: prepend %x format with 0x (mitigates GH #35) | Denis Ovsienko | 2014-04-15 | 1 | -2/+2 |
* | NDOize the rest of util.c | Denis Ovsienko | 2014-04-14 | 1 | -1/+1 |
* | NFS: use tok2str() | Denis Ovsienko | 2014-04-13 | 1 | -203/+61 |
* | remove unused function nfsreq_print() | Denis Ovsienko | 2014-04-11 | 1 | -31/+0 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -4/+4 |
* | NDOize NFS decoder | Denis Ovsienko | 2014-04-01 | 1 | -484/+509 |
* | don't include pcap.h needlessly | Denis Ovsienko | 2014-02-28 | 1 | -1/+0 |
* | NFS: unify TCP and UDP decoding, fix a bug | Denis Ovsienko | 2014-02-26 | 1 | -1/+1 |
* | As with memcpy, so with memcmp. | Guy Harris | 2014-01-18 | 1 | -4/+4 |
* | Another case where UNALIGNED_MEMCPY() is probably necessary. | Guy Harris | 2014-01-18 | 1 | -4/+4 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | make consistent use of the "tstr" idiom | Denis Ovsienko | 2013-12-26 | 1 | -5/+7 |
* | print-nfs: add versions of nfsreq_print and nfsreply_print that do not print ... | Longinus00 | 2013-11-07 | 1 | -11/+46 |
* | NFS: replace ino_t with u_int32_t (GH #335 pt. 1) | Denis Ovsienko | 2013-10-12 | 1 | -1/+1 |
* | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -3/+3 |
* | NFS: fix a Windows compile warning | Gisle Vanem | 2013-07-11 | 1 | -1/+1 |
* | Enhance NFS access request messages. | Lucas C. Villa Real | 2010-01-26 | 1 | -1/+32 |
* | Add more bounds checks to the NFS dissector - check before references to | guy | 2007-12-22 | 1 | -5/+21 |
* | Print unsigned values as such. Rename a variable to correspond to what | guy | 2007-06-15 | 1 | -14/+14 |
* | Pick up MSG_DENIED response dissection from NetBSD; don't interpret the | guy | 2007-06-15 | 1 | -8/+82 |
* | Add an "fn_printzp()" routine for printing null-padded strings (strings | guy | 2005-05-06 | 1 | -3/+5 |
* | Attempt to squelch a warning from the SGI C compiler. | guy | 2005-04-20 | 1 | -2/+2 |
* | For NFSv3 writes, show the byte count correctly - and show the length of | guy | 2005-01-05 | 1 | -4/+5 |
* | Get rid of print_int64(), as we can now just use PRI[dux]64 and | guy | 2005-01-05 | 1 | -75/+39 |
* | Have our own headers to declare the format of ONC (Sun) RPC messages on | guy | 2004-12-27 | 1 | -25/+25 |
* | Add an "EXTRACT_64BITS()" macro - using the "EXTRACT_32BITS()" macro, so | guy | 2004-09-24 | 1 | -2/+2 |
* | Assume that u_int64_t is defined, along with PRI[dux]64, as per the | guy | 2004-04-17 | 1 | -26/+7 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | From Charles M. Hannum <mycroft@netbsd.org>: NetBSD whitespace cleanups. | guy | 2002-12-12 | 1 | -16/+15 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -111/+133 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -2/+2 |
* | Fixes for: | guy | 2002-08-26 | 1 | -6/+25 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -4/+4 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |
* | V3 FSINFO and PATHCONF requests take a file handle as an argument; parse | guy | 2002-05-31 | 1 | -13/+28 |
* | Get rid of casts of pointers-to-const to pointers-to-nonconst. | guy | 2002-04-24 | 1 | -6/+7 |
* | constness | itojun | 2002-02-18 | 1 | -2/+2 |
* | NULL is not 0 | itojun | 2001-07-08 | 1 | -2/+2 |
* | Check for parse failure in ACCESS replies. | fenner | 2001-07-04 | 1 | -2/+3 |
* | put stripped-down version of ip6.h and icmp6.h into tcpdump tree. | itojun | 2000-10-07 | 1 | -4/+4 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -4/+4 |