Minor spelling etc updates.
[metze/wireshark/wip.git] / packet-kerberos.c
2002-09-10 Guy HarrisFix a typo in Richard's name.
2002-09-10 Guy HarrisAdd Microsoft's RC4-HMAC and exportable(?) RC4-HMAC...
2002-09-08 Guy HarrisKRB_DECODE_STRING_OR_DIE, and variants thereof, set...
2002-09-07 Richard SharpeDecode AP-REQ and AP-REP KRB5 message types ...
2002-09-07 Richard SharpeOK, now have KRB5 dissector playing nice.
2002-09-05 Richard SharpeCommit my changes to handle KRB5 in SPNEGO ...
2002-09-04 Richard SharpeAdd some level of OID naming etc ...
2002-09-01 Richard SharpeAdd the OID that MS created for KRB5 in mistake.
2002-08-31 Guy HarrisMake "gssapi_init_oid()" take a dissector handle rather...
2002-08-30 Guy HarrisInclude "packet-gssapi.h" to declare routines we call.
2002-08-30 Richard SharpeSome more SPNEGO fixes. Getting much closer ...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 Guy HarrisDisplay NetBIOS names in standard NetBIOS-name style...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-29 Richard SharpeCommitting Kerberos NetBIOS address type stuff from...
2002-05-01 Guy HarrisFrom Joerg Mayer: get rid of unused "title" arguments for
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-10-26 Gilbert RamirezFix the rest of the signed/unsigned comparison warnings.
2001-04-15 Guy HarrisAssorted cleanups.
2001-04-15 Guy HarrisTvbuffify the ASN.1 code and the Kerberos, LDAP, and...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-26 Nathan Neulingeradded KRB-ERROR response dissection
2000-12-25 Guy HarrisIf a PrincipalName has at least one name-string, put...
2000-12-24 Nathan NeulingerAdded kerberos name types and lookup in PrincName dissect
2000-12-24 Guy HarrisRename "asn1_octet_string_value_decode()" to
2000-12-22 Nathan Neulingeradded a couple of msg types - in particular - ERROR...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-09-06 Gilbert RamirezCheck that columns are enabled and that COL_INFO exists...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Guy HarrisNot all compilers like zero-length arrays; comment...
2000-08-11 Guy HarrisKerberos 5 dissector, from Wes Hardaker.