aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-04update to kerberosRonnie Sahlberg1-1/+8
2003-07-08As "dissect_ap_options()" isn't compiled in, don't mark its arguments asGuy Harris1-2/+2
2003-07-08Fix some unused parameter and function warnings.Tim Potter1-2/+6
2003-06-01Fix a small segmentation fault if we get an ASN.1 parse error, andRichard Sharpe1-1/+15
2003-04-25Show the URL of the I-D giving information on Kerberos-over-TCP.Guy Harris1-1/+5
2003-04-25From Tony Schene: Kerberos-over-TCP support.Guy Harris1-27/+167
2002-09-10Fix a typo in Richard's name.Guy Harris1-5/+30
2002-09-10Add Microsoft's RC4-HMAC and exportable(?) RC4-HMAC encryption types.Guy Harris1-2/+14
2002-09-08KRB_DECODE_STRING_OR_DIE, and variants thereof, set "val_len" to theGuy Harris1-8/+8
2002-09-07Decode AP-REQ and AP-REP KRB5 message types ...Richard Sharpe1-6/+55
2002-09-07OK, now have KRB5 dissector playing nice.Richard Sharpe1-7/+7
2002-09-05Commit my changes to handle KRB5 in SPNEGO ...Richard Sharpe1-8/+3
2002-09-04Add some level of OID naming etc ...Richard Sharpe1-5/+4
2002-09-01Add the OID that MS created for KRB5 in mistake.Richard Sharpe1-1/+5
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris1-2/+3
2002-08-30Include "packet-gssapi.h" to declare routines we call.Guy Harris1-1/+2
2002-08-30Some more SPNEGO fixes. Getting much closer ...Richard Sharpe1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-16/+16
2002-08-22Display NetBIOS names in standard NetBIOS-name style if they have theGuy Harris1-3/+19
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-29Committing Kerberos NetBIOS address type stuff from Jim McDonough.Richard Sharpe1-1/+8
2002-05-01From Joerg Mayer: get rid of unused "title" arguments forGuy Harris1-8/+8
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-17/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-7/+8
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-5/+7
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