aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ess.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-33/+42
svn path=/trunk/; revision=14980
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-56/+59
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. svn path=/trunk/; revision=14758
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
buffer overflow found while fuzz testing. svn path=/trunk/; revision=14169
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-18/+18
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update ↵Ronnie Sahlberg1-6/+6
all dissectors using GeneralizedTime svn path=/trunk/; revision=12732
2004-12-12updates from tomas and andersRonnie Sahlberg1-10/+10
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg1-0/+950
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573