aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ber.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26Fix a typo.Guy Harris1-22/+22
Clean up white space. svn path=/trunk/; revision=10492
2004-03-25Add constants and names for all universal tags.Guy Harris1-14/+30
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-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris1-26/+52
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-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris1-12/+17
svn path=/trunk/; revision=10295
2004-02-20Update to Kerberos.Ronnie Sahlberg1-0/+106
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