| Commit message (Expand) | Author | Age | Files | Lines |
* | Always include <config.h> rather than "config.h". | Guy Harris | 2018-01-21 | 1 | -1/+1 |
* | Use quoted include netdissect-stdinc.h instead of angle-bracketed one | Francois-Xavier Le Bail | 2018-01-21 | 1 | -1/+1 |
* | Update ND_PRINT() as a variadic macro | Francois-Xavier Le Bail | 2018-01-07 | 1 | -22/+22 |
* | Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned. | Guy Harris | 2017-12-30 | 1 | -13/+13 |
* | Remove all storage class specifier 'register' | Francois-Xavier Le Bail | 2017-12-13 | 1 | -6/+6 |
* | Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n) | Francois-Xavier Le Bail | 2017-12-11 | 1 | -2/+2 |
* | Use more the ND_TCHECK_1() macro | Francois-Xavier Le Bail | 2017-12-04 | 1 | -4/+4 |
* | Use more the EXTRACT_U_1() macro (31/n) | Francois-Xavier Le Bail | 2017-11-27 | 1 | -1/+1 |
* | Use more the EXTRACT_U_1() macro to fetch a one-byte value (26/n) | Francois-Xavier Le Bail | 2017-11-23 | 1 | -1/+2 |
* | Rename EXTRACT_ macros | Francois-Xavier Le Bail | 2017-11-22 | 1 | -4/+4 |
* | Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n) | Francois-Xavier Le Bail | 2017-11-22 | 1 | -2/+4 |
* | Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n) | Francois-Xavier Le Bail | 2017-11-21 | 1 | -1/+2 |
* | Give documentation for KRB4 and KRB5. | Guy Harris | 2017-11-18 | 1 | -0/+17 |
* | Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() | Francois-Xavier Le Bail | 2017-11-18 | 1 | -1/+1 |
* | Move the printer summaries from INSTALL.txt to each printer | Francois-Xavier Le Bail | 2016-08-14 | 1 | -0/+2 |
* | 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 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -2/+2 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -2/+2 |
* | spell "%s" format strings (complements 708a68a) | Denis Ovsienko | 2014-03-31 | 1 | -4/+4 |
* | NDOize AppleTalk, CDP and Kerberos decoders | Denis Ovsienko | 2014-03-28 | 1 | -46/+48 |
* | don't include addrtoname.h needlessly | Denis Ovsienko | 2014-02-25 | 1 | -1/+0 |
* | Do our own isascii(), isprint(), isgraph(), and toascii(). | Guy Harris | 2014-02-02 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -2/+2 |
* | 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 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -2/+2 |
* | Get rid of private unaligned little-endian and big-endian fetch macros; | guy | 2002-12-11 | 1 | -21/+3 |
* | put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and so | itojun | 2002-11-09 | 1 | -4/+4 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -10/+8 |
* | Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h> | guy | 2002-08-06 | 1 | -2/+1 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -3/+1 |
* | Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed | guy | 2000-09-23 | 1 | -3/+1 |
* | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -1/+5 |
* | Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder. | itojun | 1999-10-30 | 1 | -1/+3 |
* | patches to help build on Linux 2.2linux22 | mcr | 1999-10-17 | 1 | -3/+1 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+288 |