aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ber.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-05Rename the type UCTTime to UTCTime as per X.680Ronnie Sahlberg1-2/+2
get rid of a compiler warning. svn path=/trunk/; revision=11116
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg1-2/+2
for those sources that include both packet-ber.h and packet-per.h svn path=/trunk/; revision=10912
2004-05-14More updates to packetcable kerberosRonnie Sahlberg1-1/+9
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-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