| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refine 802.1Q VLAN TCI decoding | Denis Ovsienko | 2015-01-29 | 1 | -0/+12 |
* | Clean up bounds checking. | Guy Harris | 2014-12-19 | 1 | -1/+1 |
* | Use proper declaration | Gisle Vanem | 2014-05-02 | 1 | -1/+1 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -12/+12 |
* | Define NETDISSECT_REWORKED and fix the issues it provokes. | Guy Harris | 2014-04-04 | 1 | -5/+6 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -16/+16 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -4/+0 |
* | Fix a strict-aliasing GCC warning in getname6(), as the GCC manual suggests. | Dmitrij Tejblum | 2013-06-16 | 1 | -3/+9 |
* | Sanity Checking added to addrtoname | Bill Parker | 2012-09-04 | 1 | -1/+1 |
* | In reviewing addrtoname.c, I found a minor issue with a call to | Bill Parker | 2012-09-03 | 1 | -0/+3 |
* | Back out DLT_PFSYNC support. | Guy Harris | 2012-02-29 | 1 | -27/+0 |
* | Add DLT_PFSYNC support. | Guy Harris | 2012-02-29 | 1 | -0/+27 |
* | Merge commit 'lumag/master' | Michael Richardson | 2010-05-13 | 1 | -0/+28 |
|\ |
|
| * | addrtoname.[ch]: add a printer for Little-Endian 64-bit address | Dmitry Eremin-Solenikov | 2010-03-09 | 1 | -0/+28 |
* | | Don't blow up if a zero-length link-layer address is passed to linkaddr_strin... | Guy Harris | 2010-03-25 | 1 | -6/+7 |
|/ |
|
* | af.h/c: make several structs const | Kovarththanan Rajaratnam | 2010-02-20 | 1 | -2/+2 |
* | addrtoname.c: make several structs static | Kovarththanan Rajaratnam | 2010-02-20 | 1 | -11/+11 |
* | addrtoname.c: constify several structs | Kovarththanan Rajaratnam | 2010-02-20 | 1 | -4/+4 |
* | expose the BUFSIZE def to the outside world | hannes | 2007-08-08 | 1 | -2/+1 |
* | "ether.h" defines more than we need, and, on some platforms, redefines | guy | 2006-05-12 | 1 | -2/+2 |
* | from Gisle Vanem: | hannes | 2006-02-27 | 1 | -1/+5 |
* | rework the ARP printer & add support for Frame-Relay ARP | hannes | 2006-02-11 | 1 | -4/+9 |
* | depreciate llcsap_string() as LLC SAP name resolution is now done via a singl... | hannes | 2005-09-29 | 1 | -56/+1 |
* | Fix the buffer size argument to "snprintf()" in "etheraddr_string()", as | guy | 2005-07-26 | 1 | -17/+18 |
* | Don't exit just because an NSAP had a length of 0 or a too-long length; | guy | 2005-04-25 | 1 | -2/+2 |
* | Some systems (*cough*Irix*cough) not only don't declare | guy | 2005-04-20 | 1 | -1/+6 |
* | If we don't have ether_ntohost(), don't bother declaring it merely | guy | 2005-04-20 | 1 | -2/+3 |
* | From Albert Chin: IBM's AIX C compiler complains about "&buf[sizeof | guy | 2005-04-20 | 1 | -2/+2 |
* | plumb in oui-name resolution | hannes | 2005-04-10 | 1 | -10/+19 |
* | Do the same sort of checks whether ether_ntohost() is declared that we | guy | 2005-03-27 | 1 | -13/+31 |
* | code cleanup: | hannes | 2005-03-08 | 1 | -7/+13 |
* | From Gisle Vanem: | guy | 2005-01-04 | 1 | -12/+8 |
* | correct weird indentation | itojun | 2004-12-13 | 1 | -3/+3 |
* | "getname()" is not always passed a pointer to packet data, so it cannot | guy | 2004-03-24 | 1 | -5/+16 |
* | Don't omit leading 0's when displaying the bytes of an address in | guy | 2004-03-18 | 1 | -6/+4 |
* | security patch from jonathan heusser: | hannes | 2004-02-18 | 1 | -1/+5 |
* | __MINGW32__ is defined by MinGW, but not, as far as I know, by Cygwin. | guy | 2004-01-27 | 1 | -3/+3 |
* | prevent a call to getnameinfo() under cygnus, which doesn't provide it | risso | 2004-01-26 | 1 | -1/+6 |
* | Get rid of an unused variable. | guy | 2003-12-15 | 1 | -3/+1 |
* | 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 |
* | Remove the -a flag. It's nonsensical to apply the local netmask to all | fenner | 2003-07-31 | 1 | -24/+7 |
* | Added a fake gethostbyaddr function for Windows to proper handle IPv6 address... | risso | 2003-06-05 | 1 | -1/+41 |
* | make MAC address output fixed size | hannes | 2002-10-05 | 1 | -6/+4 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -1/+4 |
* | When adding Win32 support, I forgot a declspec before struct eproto. This cau... | risso | 2002-08-07 | 1 | -1/+5 |
* | Only include in "tcpdump-stdinc.h" the headers that are actually needed | guy | 2002-08-02 | 1 | -1/+2 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -12/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | Don't bother including <netinet/if_ether.h> if we're not using | guy | 2002-06-02 | 1 | -6/+8 |