aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-disp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19Update a couple of asn1-generated dissectors.cmaynard1-3/+3
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
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-07-19Use correct encoding for proto_tree_add_item().stig1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-20/+20
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-7/+9
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-18/+18
2010-05-11Regenerate a few of the ASN.1 dissectorsmorriss1-107/+107
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-8/+6
2010-04-06#include <stdio.h> not needed.wmeier1-7/+6
2010-01-17Get rid of check_col();etxrab1-32/+17
2010-01-11Add missing DEFAULT for UpdateMode.stig1-1/+1
2009-10-11Make all proto_* values static.stig1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-13/+13
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-11-11Regenerated files for asn1 templates committed in SVN #26750wmeier1-17/+15
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-15/+15
2008-09-19Dump the unsupported opcode for invoke result and invoke error,stig1-2/+4
2008-04-13Remove #defined preference groupinggal1-7/+3
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-2/+2
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab1-7/+7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab1-14/+23
2007-10-31Use oid_add_from_string for adding names.etxrab1-13/+13
2007-10-22Update to use the -X and -T asn2wrs flags.gal1-681/+361
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.stig1-5/+5
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-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-180/+180
2007-05-15actx in the rest of dissect_ber..()letxrab1-11/+11
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-379/+389
2007-05-06Start introducing actx to ber functions.etxrab1-105/+105
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-7/+7
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-188/+188
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-107/+107
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-31/+32
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-9/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-16From Graeme Lunt:etxrab1-18/+15
2005-12-08Commit the actual diissectors:etxrab1-17/+91
2005-11-26Porperties: replace executable by eol-style and keywordsjmayer1-1/+1
2005-11-16add the rest of Graeme Lunts patchsahlberg1-0/+2463