aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-19/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...morriss1-5/+7
2010-06-09Support for X.519 (section 9) Internet Directly Mapped Protocol (IDMP).gal1-12/+15
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-73/+73
2010-05-11Regenerate a few of the ASN.1 dissectorsmorriss1-362/+362
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-11/+9
2010-04-06#include <stdio.h> not needed.wmeier1-10/+9
2010-03-01From LEGO via bug 4405:stig1-3/+3
2010-01-17Get rid of check_col();etxrab1-22/+9
2010-01-11Update to X.511:08/2005.stig1-7/+74
2009-11-30SearchArgumentData filter and EntryInformationSelection attributes arestig1-2/+2
2009-10-11Make all proto_* values static.stig1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-22/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-79/+79
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-32/+32
2009-03-12From Chris Ridd (bug 3329):stig1-2/+15
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-10/+9
2008-11-11Regenerated files for asn1 templates committed in SVN #26750wmeier1-14/+13
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedkukosa1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-31/+31
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.etxrab1-7/+7
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-4/+2
2008-07-20Fix a warning.etxrab1-9/+0
2008-02-03Get rid of some warnings.etxrab1-25/+23
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-04Get rid of ber_last_created_item().etxrab1-6/+5
2007-12-15Revised DAP dissector using latest asn2wrs features (requiring fewer changes ...gal1-515/+769
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab1-3/+12
2007-10-31Use oid_add_from_string for adding names.etxrab1-3/+3
2007-10-22Update to use the -X and -T asn2wrs flags.gal1-2251/+1272
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-11/+32
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-547/+547
2007-05-15actx in the rest of dissect_ber..()letxrab1-32/+32
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1077/+1081
2007-05-06Start introducing actx to ber functions.etxrab1-323/+323
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-4/+4
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-532/+532
2006-08-27Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.gal1-24/+160
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-313/+313
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-30/+31
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-21/+21
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-30Operational Attributes and Syntaxesgal1-34/+36
2005-12-16From Graeme Lunt:etxrab1-222/+62