summaryrefslogtreecommitdiff
path: root/print-krb.c
Commit message (Expand)AuthorAgeFilesLines
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* spell "%s" format strings (complements 708a68a)Denis Ovsienko2014-03-311-4/+4
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-46/+48
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* Do our own isascii(), isprint(), isgraph(), and toascii().Guy Harris2014-02-021-3/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+2
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-2/+2
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* Get rid of private unaligned little-endian and big-endian fetch macros;guy2002-12-111-21/+3
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-4/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-10/+8
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-2/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-3/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+3
* patches to help build on Linux 2.2linux22mcr1999-10-171-3/+1
* Initial revisionmcr1999-10-071-0/+288