Commit Graph

8 Commits

Author SHA1 Message Date
Ronnie Sahlberg dfb5168e96 Rename the type UCTTime to UTCTime as per X.680
get rid of a compiler warning.

svn path=/trunk/; revision=11116
2004-06-05 09:59:45 +00:00
Ronnie Sahlberg a24e2dea10 rename the NOT_DECODED_YET macros to avoid a name clash
for those sources that include both packet-ber.h and packet-per.h

svn path=/trunk/; revision=10912
2004-05-17 20:03:36 +00:00
Ronnie Sahlberg 0f9577e5b1 More updates to packetcable kerberos
in particular,  packetcable use a slightly diufferent KDC-REQ-BODY
where the field  till[5] is optional.
Make it optional in the dissector as well since ethereal will still be able to dissecto normal kerberos pdus where it is not optional

svn path=/trunk/; revision=10899
2004-05-14 23:38:39 +00:00
Guy Harris 2486aeff7a Fix a typo.
Clean up white space.

svn path=/trunk/; revision=10492
2004-03-26 00:21:53 +00:00
Guy Harris 6969a1a8da Add constants and names for all universal tags.
Add "get_ber_last_created_item()" to get the last created item - you
can't access the global variable from a plugin.

svn path=/trunk/; revision=10487
2004-03-25 23:57:10 +00:00
Guy Harris a6ed2d499a From Tomas Kukosa: BER dissector enhancements and proto.c updates to
support them.

From Ronnie Sahlberg: Kerberos updates with new constants from the
current draft, decryption and dissection of Kerberos blobs, and changes
to work with the changed BER dissector.

svn path=/trunk/; revision=10479
2004-03-25 09:18:03 +00:00
Guy Harris 36a9a266f4 From Tomas Kukosa: add packet-ber.c routines to the plugin API.
svn path=/trunk/; revision=10295
2004-03-04 07:07:57 +00:00
Ronnie Sahlberg dce73d4e1f Update to Kerberos.
Split kerberos prototype into two halves:
helpers to dissect ASN.1 BER in packet-ber.c
and kerberos stuff using those helpers in packet-kerberos.c

This new kerberos thing places filterable items for every single field
and also dissects the bitstring Option fields.

It is hoped that this will make it easier to extend kerberos to do decryption of service tickets.

svn path=/trunk/; revision=10122
2004-02-20 10:04:10 +00:00