aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-3/+1
* Added check for SIZE constraints in bit-string.Stig Bjørlykke2010-01-051-0/+1
* Added option (-C) to check for SIZE constraints in octet-string, integer,Stig Bjørlykke2009-12-181-0/+11
* Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke2008-10-311-1/+1
* From Martin Peylo (bug 2507):Stig Bjørlykke2008-08-011-0/+2
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-2/+1
* Get rid of ber_last_created_item(). (Final?)Anders Broman2008-01-041-4/+0
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-1/+1
* Preparations for updated CMIP dissector:Anders Broman2007-06-121-0/+1
* INAP:Anders Broman2007-06-031-0/+1
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-7/+38
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-15/+15
* replace an incorrect '{' with ';' in the ber header fileRonnie Sahlberg2007-05-131-1/+1
* actx in ber_externalAnders Broman2007-05-131-0/+1
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-8/+8
* Start introducing actx to ber functions.Anders Broman2007-05-061-1/+2
* Revert some private experiments checked in by misstake.Anders Broman2007-04-281-1/+0
* From Gavin Heer:Anders Broman2007-04-281-0/+1
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman2007-04-201-0/+11
* New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt2007-01-131-0/+8
* General updates to:Graeme Lunt2006-11-041-0/+2
* from metzeRonnie Sahlberg2006-06-291-0/+1
* remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2006-06-281-2/+0
* - BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa2006-06-151-1/+4
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg2006-02-281-0/+2
* OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa2005-12-061-1/+1
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-141-4/+3
* Tim's patches for packet-ber for extra testing (works ok with my and with An...Ronnie Sahlberg2005-08-181-11/+13
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* char -> const char warning fixesJörg Mayer2005-07-281-5/+5
* change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg2005-07-211-1/+1
* make dissect_ber_choice take a guint* that will return theRonnie Sahlberg2005-06-261-1/+1
* the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg2005-06-211-0/+2
* From Tim Endean:Anders Broman2005-06-071-1/+2
* Usage of oid_to_str() in PER and BER helpersTomas Kukosa2005-04-281-1/+3
* NULL type decoders for PER and BERTomas Kukosa2005-04-271-0/+1
* Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs2005-04-221-0/+2
* Add a tree parameter to get_ber_length() so thatRonnie Sahlberg2005-04-201-1/+1
* update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg2005-02-231-1/+1
* change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg2004-12-131-1/+1
* update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg2004-12-131-15/+15
* update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg2004-12-121-1/+1
* updates from tomas and andersRonnie Sahlberg2004-12-121-1/+1
* remove the function with the old signature for ber integer dissectionRonnie Sahlberg2004-12-121-1/+0
* add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg2004-11-131-0/+1
* Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman2004-11-091-0/+1
* Make it possible to register a string for an OID in the hash table.Anders Broman2004-10-271-0/+1
* Constify more pointer arguments.Guy Harris2004-10-111-2/+2