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