aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-1/+1
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-0/+2
2005-06-07From Tim Endean:Anders Broman1-1/+2
2005-04-28Usage of oid_to_str() in PER and BER helpersTomas Kukosa1-1/+3
2005-04-27NULL type decoders for PER and BERTomas Kukosa1-0/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-0/+2
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-1/+1
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-1/+1
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-15/+15
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-1/+1
2004-12-12updates from tomas and andersRonnie Sahlberg1-1/+1
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg1-1/+0
2004-11-13add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg1-0/+1
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman1-0/+1