summaryrefslogtreecommitdiff
path: root/print-rx.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanupitojun2002-06-111-37/+37
* Squelch some compiler warnings caused by passing "char *"s rather thanguy2002-04-301-6/+6
* Protect includes of <time.h> with "#ifdef TIME_WITH_SYS_TIME".guy2002-04-201-1/+3
* copyright clarification.itojun2001-10-201-2/+23
* Updates to RX support, from Nickolai Zeldovich <kolya@MIT.EDU>.guy2001-09-091-8/+25
* VECOUT() lacked proper boundary checks.itojun2001-07-091-9/+8
* -Wunused pedantitojun2001-07-091-5/+1
* Don't allow STROUT() to use a negative string length.fenner2001-07-091-10/+18
* No, we didn't need to include "nameser.h" here, so remove the #include.guy2001-06-271-5/+1
* Move all the "undefine so that the compiler doesn't whine aboutguy2001-06-261-3/+4
* Fix a minor buffer bounds problem: if the length of an ACL is greaterfenner2001-01-101-5/+7
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-12/+20
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Define some functions as "static", to match the declarations of thoseguy2000-09-241-4/+4
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+3
* replace non-existing TRUNC with standard TCHECK2assar2000-07-291-14/+14
* print the RX ack packetsassar2000-07-291-2/+74
* use standard TCHECK2 instead of the home-cooked TRUNC, therebyassar2000-07-221-46/+45
* add <time.h>assar2000-07-101-1/+2
* Make the handling of the -v flag a little more sensible, and document it.kenh2000-02-101-14/+21
* Fix a minor bug in the ack packet printing.kenh2000-02-091-4/+6
* Clean up some warnings.kenh2000-02-091-4/+4
* Convert from direct use of ntohs/ntohl to EXTRACT_16BITS/EXTRACT_32BITS.kenh2000-02-081-60/+280
* Unify rcsid[]'s.fenner2000-01-091-1/+1
* (fs_reply_print): support parsing and printing of the errors in abortassar2000-01-071-8/+32
* Put back the $'s in the Header RCS strings.fenner1999-12-151-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* add AFSUUID and InitCallBackState3. From: Love <lha@stacken.kth.se>assar1999-11-171-23/+27
* add code for printing MakeDir and StoreStatus. Also change dateassar1999-11-171-6/+30
* add Ken Hornstein's patches from /afs/transarc.com/public/afs-contrib/tools/t...assar1999-11-171-0/+2158