| Commit message (Expand) | Author | Age | Files | Lines |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -6/+6 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -2/+2 |
* | make use of ND_DEFAULTPRINT() | Denis Ovsienko | 2014-03-26 | 1 | -2/+2 |
* | NDOize LLC decoder | Denis Ovsienko | 2014-03-15 | 1 | -1/+1 |
* | make use of NETDISSECT_REWORKED | Denis Ovsienko | 2014-03-15 | 1 | -0/+1 |
* | NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decoders | Denis Ovsienko | 2014-03-14 | 1 | -37/+35 |
* | don't include pcap.h needlessly | Denis Ovsienko | 2014-02-28 | 1 | -1/+0 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -4/+0 |
* | Pull a bunch of headers into the only source file that includes them. | Guy Harris | 2013-12-30 | 1 | -1/+52 |
* | make consistent use of the "tstr" idiom | Denis Ovsienko | 2013-12-26 | 1 | -3/+5 |
* | Add some bounds checks for the source routing information. | Guy Harris | 2010-02-21 | 1 | -1/+9 |
* | Don't directly fetch multi-byte integers from packets. | Guy Harris | 2010-02-21 | 1 | -2/+3 |
* | Have print_llc() clear out the extracted_ethertype argument, rather than | guy | 2005-11-13 | 1 | -2/+1 |
* | Add a flag to suppress the "default_print()" call made in various | guy | 2005-07-07 | 1 | -3/+3 |
* | Fix up a bunch of comments - the on-the-wire length field in a | guy | 2004-03-17 | 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 |
* | Hoist a bunch of stuff that should be done by all if_print routines into | guy | 2002-12-19 | 1 | -30/+4 |
* | Add a new routine "default_print_packet()", which takes a pointer to the | guy | 2002-12-18 | 1 | -5/+4 |
* | We no longer use "packetp" for anything, so eliminate it. (If any | guy | 2002-12-18 | 1 | -11/+6 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -5/+5 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -2/+3 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -6/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | Only do "-x" printing in the top-level interface print routine; don't do | guy | 2002-05-29 | 1 | -12/+20 |
* | Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, and | guy | 2002-04-07 | 1 | -18/+26 |
* | const-ify print-fddi and print-token, inspired by | fenner | 2001-09-18 | 1 | -9/+9 |
* | Add SIGINFO handler from LBL | fenner | 2001-07-04 | 1 | -1/+5 |
* | Fix some comments to reflect current reality. | guy | 2000-12-23 | 1 | -5/+5 |
* | Put the LINUX_SLL_P_ definitions back, and check for at least some of | guy | 2000-12-22 | 1 | -3/+5 |
* | Making "extracted_ethertype" static to "print-ether.c" broke other | guy | 2000-12-18 | 1 | -3/+3 |
* | Get rid of some includes of <net/route.h>, and empty declarations of | guy | 2000-10-06 | 1 | -4/+1 |
* | include string.h for memcpy/memset. | itojun | 2000-10-03 | 1 | -1/+2 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -2/+1 |
* | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+2 |
* | (token_if_print): remove unused variable | assar | 2000-07-30 | 1 | -2/+1 |
* | Add a token-ring link-layer dissector, made by merging the FreeBSD and | guy | 2000-07-25 | 1 | -0/+214 |