summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get ready for tcpdump 3.7.2tcpdump_3_7rel2tcpdump-3.7.2tcpdump_3_7tcpdump-3.7fenner2003-02-263-7/+27
* Merge part of rev 1.34: check for zero length items in isakmp_sub0_print() .fenner2003-02-261-2/+17
* Merge rev 1.57 (patch from George Bakos gbakos[AT]ists.dartmouth.edu) -fenner2003-02-261-3/+23
* From Phil Wood <cpw@lanl.gov>: fix the test for a community of "public"guy2002-07-201-3/+4
* Update Kevin Steves' address.guy2002-07-161-1/+1
* Update and fix up the list of files and the note on Linux.guy2002-07-161-32/+64
* Clean up "safeputchar()" a bit.guy2002-07-161-3/+3
* In "safeputchar()", use the result of extracting an unsigned characterguy2002-07-161-4/+4
* Make static the structure to which the test program checking what to useguy2002-07-132-3/+3
* Add a cast to squelch a compiler complaint - and remove a potentialguy2002-07-111-2/+2
* Declare the packet type enum as an "enum z_packet_type" withoutguy2002-07-111-3/+3
* Put in some casts to squelch compiler warnings.guy2002-07-112-11/+11
* "espsecret_xform" and "espsecret_key" are static to "print-esp.c"; don'tguy2002-07-101-3/+1
* Add some casts to squelch compiler complaints (and remove potentialguy2002-07-101-6/+6
* From Sami Farin <safari@iki.fi>: put in a missing blank before "NBTguy2002-07-101-2/+2
* Convert some format pointers to "char *" from "u_char *", and some dataguy2002-07-102-18/+21
* Constify.guy2002-07-101-35/+36
* Squelch some compiler warnings caused by passing "char *"s rather thanguy2002-07-101-6/+6
* Cast the argument to "fn_printn()" to "u_char *", as that's the argumentguy2002-07-101-2/+2
* Make "ar_sha()", "ar_spa()", "ar_tha()", and "ar_tpa()" return "constguy2002-07-101-5/+5
* Don't try to print entries before the first one in subtypes.fenner2002-07-031-2/+3
* Fix up AC_LBL_C_INLINE to put all of the test code into the "inlines"guy2002-07-022-224/+225
* Get rid of some potentially-unsafe autoincrements.guy2002-06-291-7/+10
* Put variables in quotes when testing them in "test" commands, so thatguy2002-06-292-7/+7
* Some versions of the HP C compiler can handle inlines, but not if theyguy2002-06-284-262/+334
* Propagate change:guy2002-06-261-2/+5
* Give Andrew Hintz credit for the tcpdump.1 typo fix "-b" -> "-r".guy2002-06-161-0/+1
* Fix a typo.guy2002-06-161-2/+2
* Get rid of unneeded includes of <netinet/in_systm.h> and <netinet/ip.h>.guy2002-06-021-3/+1
* Don't bother including <netinet/if_ether.h> if we're not usingguy2002-06-021-294/+59
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-0115-67/+15
* "gmt2local.c" doesn't need "struct timeval", so it doesn't need toguy2002-06-011-4/+1
* Propagate from the main branch itojun's typo fix from OpenBSD.guy2002-05-311-11/+2
* V3 FSINFO and PATHCONF requests take a file handle as an argument; parseguy2002-05-311-13/+28
* In TTEST2(), check to make sure the "l" argument isn't so large thatguy2002-05-311-3/+11
* Get rid of an extra newline.guy2002-05-291-2/+2
* Propagate from the main branch theguy2002-05-291-4/+4
* Mention the SourceForge site.guy2002-05-291-6/+12
* Propagate Hannes' change-of-address for Tony Li to the 3.7 branch.guy2002-05-281-1/+1
* From Rick Watson <watsonrick@users.sourceforge.net>: useguy2002-05-252-57/+61
* Explain, in full painful detail, what you need to do in order to doguy2002-05-171-5/+16
* If we run out of data in the when processing tagged parameters, returnguy2002-05-132-35/+36
* Print the whole MPLS label stack.fenner2002-05-071-17/+18
* Handle old DR-priority and old Bidir-capable option values.fenner2002-05-071-1/+15
* From Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> - fix for theguy2002-05-071-6/+13
* Fix a formatto.guy2002-05-071-1/+2
* Make the tag in "rfc1048_print()" a 16-bit variable, as 16-bitguy2002-04-261-18/+19
* Protect includes of <time.h> with "#ifdef TIME_WITH_SYS_TIME".guy2002-04-202-2/+6
* Include <time.h>, if possible, to declare "ctime()".guy2002-04-201-1/+5
* Call the ARP header structure we define "struct arp_pkthdr" rather thanguy2002-02-251-4/+4