aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-2/+2
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-5/+1
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-6/+0
2014-12-03Support dissecting REAL (BER) data valuesMaarten Bezemer1-1/+1
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-0/+4
2014-10-07Revert "ASN1: Added support for using #.REGISTER_NEW"Gerald Combs1-4/+0
2014-10-07ASN1: Added support for using #.REGISTER_NEWStig Bjørlykke1-0/+4
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-04-18Remove all old BER functions.Stig Bjørlykke1-30/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-7/+7
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-0/+5
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-26/+36
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-19Get rod of " warning: identifier ‘class’ conflicts with C++ keyword"Anders Broman1-6/+6
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-3/+1
2010-01-05Added check for SIZE constraints in bit-string.Stig Bjørlykke1-0/+1
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,Stig Bjørlykke1-0/+11
2008-10-31Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke1-1/+1
2008-08-01From Martin Peylo (bug 2507):Stig Bjørlykke1-0/+2
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+1
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-4/+0
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-06-12Preparations for updated CMIP dissector:Anders Broman1-0/+1
2007-06-03INAP:Anders Broman1-0/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-7/+38
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-15/+15
2007-05-13replace an incorrect '{' with ';' in the ber header fileRonnie Sahlberg1-1/+1
2007-05-13actx in ber_externalAnders Broman1-0/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-8/+8
2007-05-06Start introducing actx to ber functions.Anders Broman1-1/+2
2007-04-28Revert some private experiments checked in by misstake.Anders Broman1-1/+0
2007-04-28From Gavin Heer:Anders Broman1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman1-0/+11
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-0/+8
2006-11-04General updates to:Graeme Lunt1-0/+2
2006-06-29from metzeRonnie Sahlberg1-0/+1
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-2/+0
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa1-1/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg1-0/+2
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-1/+1
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-4/+3
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with An...Ronnie Sahlberg1-11/+13
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-28char -> const char warning fixesJörg Mayer1-5/+5
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1