summaryrefslogtreecommitdiff
path: root/print-krb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* Kerberos: Print the protocol nameFrancois-Xavier Le Bail2022-03-251-1/+3
* Kerberos: Remove a redundant bounds checkFrancois-Xavier Le Bail2022-03-251-5/+0
* Remove 3 now redundant ND_TCHECK_LEN(e, sizeof(short)) callsFrancois-Xavier Le Bail2020-09-301-2/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-6/+0
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-11/+11
* Replace some ND_TTEST_*() with ND_TCHECK_*()Francois-Xavier Le Bail2018-05-181-4/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-5/+4
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Use fn_print_char() to simplify some codeFrancois-Xavier Le Bail2018-02-141-9/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-22/+22
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-13/+13
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-6/+6
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-4/+4
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more the EXTRACT_U_1() macro to fetch a one-byte value (26/n)Francois-Xavier Le Bail2017-11-231-1/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (22/n)Francois-Xavier Le Bail2017-11-221-2/+4
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)Francois-Xavier Le Bail2017-11-211-1/+2
* Give documentation for KRB4 and KRB5.Guy Harris2017-11-181-0/+17
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-1/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* 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