| Commit message (Expand) | Author | Age | Files | Lines |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -35/+35 |
* | NDOize the rest of util.c | Denis Ovsienko | 2014-04-14 | 1 | -4/+4 |
* | fix a couple typos | Denis Ovsienko | 2014-04-06 | 1 | -1/+1 |
* | squelch compiler warnings after previous commit | Denis Ovsienko | 2014-03-30 | 1 | -0/+1 |
* | NDOize RX decoder | Denis Ovsienko | 2014-03-30 | 1 | -462/+474 |
* | refine the previous change | Denis Ovsienko | 2014-02-26 | 1 | -1/+1 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump | Michael Richardson | 2014-01-01 | 1 | -2/+80 |
|\ |
|
| * | Pull a bunch of headers into the only source file that includes them. | Guy Harris | 2013-12-30 | 1 | -2/+80 |
* | | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
|/ |
|
* | make more array declarations static/const | Denis Ovsienko | 2013-12-19 | 1 | -1/+1 |
* | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -13/+13 |
* | Fix off-by-one error in print-rx.c | Denis Ovsienko | 2013-04-19 | 1 | -1/+1 |
* | Fix use of PRIu64. | guy | 2008-07-01 | 1 | -2/+2 |
* | Use PRIu64 rather than %llu - %llu might be wrong, if u_int64_t is just | guy | 2008-07-01 | 1 | -2/+2 |
* | From Michael A. Meffie III: | guy | 2008-05-12 | 1 | -12/+320 |
* | Pick up from NetBSD a change to use a maximum string length on the scanf | guy | 2007-06-15 | 1 | -3/+6 |
* | Extract "firstPacket" into a variable with EXTRACT_32BITS(), and use | guy | 2006-04-07 | 1 | -10/+12 |
* | 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 an anonymous SourceForge user: get rid of "ack_print()" in favor of | guy | 2003-01-25 | 1 | -74/+3 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -10/+9 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -31/+31 |
* | Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h> | guy | 2002-08-06 | 1 | -4/+1 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -37/+37 |
* | Squelch some compiler warnings caused by passing "char *"s rather than | guy | 2002-04-30 | 1 | -6/+6 |
* | Protect includes of <time.h> with "#ifdef TIME_WITH_SYS_TIME". | guy | 2002-04-20 | 1 | -1/+3 |
* | copyright clarification. | itojun | 2001-10-20 | 1 | -2/+23 |
* | Updates to RX support, from Nickolai Zeldovich <kolya@MIT.EDU>. | guy | 2001-09-09 | 1 | -8/+25 |
* | VECOUT() lacked proper boundary checks. | itojun | 2001-07-09 | 1 | -9/+8 |
* | -Wunused pedant | itojun | 2001-07-09 | 1 | -5/+1 |
* | Don't allow STROUT() to use a negative string length. | fenner | 2001-07-09 | 1 | -10/+18 |
* | No, we didn't need to include "nameser.h" here, so remove the #include. | guy | 2001-06-27 | 1 | -5/+1 |
* | Move all the "undefine so that the compiler doesn't whine about | guy | 2001-06-26 | 1 | -3/+4 |
* | Fix a minor buffer bounds problem: if the length of an ACL is greater | fenner | 2001-01-10 | 1 | -5/+7 |
* | some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89) | itojun | 2000-10-05 | 1 | -12/+20 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Define some functions as "static", to match the declarations of those | guy | 2000-09-24 | 1 | -4/+4 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -2/+3 |
* | replace non-existing TRUNC with standard TCHECK2 | assar | 2000-07-29 | 1 | -14/+14 |
* | print the RX ack packets | assar | 2000-07-29 | 1 | -2/+74 |
* | use standard TCHECK2 instead of the home-cooked TRUNC, thereby | assar | 2000-07-22 | 1 | -46/+45 |
* | add <time.h> | assar | 2000-07-10 | 1 | -1/+2 |
* | Make the handling of the -v flag a little more sensible, and document it. | kenh | 2000-02-10 | 1 | -14/+21 |
* | Fix a minor bug in the ack packet printing. | kenh | 2000-02-09 | 1 | -4/+6 |
* | Clean up some warnings. | kenh | 2000-02-09 | 1 | -4/+4 |
* | Convert from direct use of ntohs/ntohl to EXTRACT_16BITS/EXTRACT_32BITS. | kenh | 2000-02-08 | 1 | -60/+280 |
* | Unify rcsid[]'s. | fenner | 2000-01-09 | 1 | -1/+1 |
* | (fs_reply_print): support parsing and printing of the errors in abort | assar | 2000-01-07 | 1 | -8/+32 |