aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-15Assorted cleanups.Guy Harris1-5/+5
2001-04-15Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors.Guy Harris1-209/+253
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+5
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-4/+10
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-26added KRB-ERROR response dissectionNathan Neulinger1-16/+269
2000-12-25If a PrincipalName has at least one name-string, put the first of theGuy Harris1-1/+19
2000-12-24Added kerberos name types and lookup in PrincName dissectNathan Neulinger1-20/+75
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-358/+649
2000-12-22added a couple of msg types - in particular - ERROR responseNathan Neulinger1-2/+14
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+3
2000-09-06Check that columns are enabled and that COL_INFO exists before addingGilbert Ramirez1-4/+7
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Not all compilers like zero-length arrays; comment out the definition ofGuy Harris1-1/+5
2000-08-11Kerberos 5 dissector, from Wes Hardaker.Guy Harris1-0/+944