aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dop.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-50/+20
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-28/+26
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-14/+8
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+9
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-40/+43
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-21/+21
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-7/+8
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-5/+14
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-81/+81
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-10-24To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-33/+33
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...Jeff Morriss1-5/+7
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-26/+26
2010-05-11Regenerate a few of the ASN.1 dissectorsJeff Morriss1-145/+145
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2010-01-17Get rid of check_col();Anders Broman1-18/+10
2010-01-11Add some missing DSEType's.Stig Bjørlykke1-0/+12
2009-12-18Fixed some OPTIONAL vs. DEFAULT issues.Stig Bjørlykke1-2/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove more unused variables.Gerald Combs1-4/+3
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-50/+50
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-22/+22
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-11Regenerated files for asn1 templates committed in SVN #26750Bill Meier1-14/+13
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-3/+3
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-22/+22
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-4/+2
2008-04-13Removal of #defined preference grouping and tidy up agreement id.Graeme Lunt1-11/+7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman1-23/+32
2007-11-01Change:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-19/+19
2007-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman1-860/+459
2007-09-04Rewrote handling of parameters to get rid of "funky" oid strings.Stig Bjørlykke1-35/+56