aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-10/+11
2005-07-01beter displaying of true/false strings in dissect_ber_bitstring()Tomas Kukosa1-4/+7
2005-06-29be more careful when attempting to dissect an unknown ber field not to read b...Ronnie Sahlberg1-2/+9
2005-06-27fix two bugs when updating offset incorrectly that could lead to an infinite ...Ronnie Sahlberg1-2/+2
2005-06-26prettify ftam by puttign the command name in the info columnRonnie Sahlberg1-3/+3
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-8/+20
2005-06-24 for unknown GraphicStringRonnie Sahlberg1-0/+7
2005-06-24fix to ber NULL handlingRonnie Sahlberg1-12/+16
2005-06-22update to packet-berRonnie Sahlberg1-24/+209
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-1/+7
2005-06-09From Tim Endean:Anders Broman1-0/+2
2005-06-07From Tim Endean:Anders Broman1-4/+16
2005-05-30From Steve Grubb: Initialize a variable. Fixes part of bug 217.Gerald Combs1-1/+1
2005-04-28Usage of oid_to_str() in PER and BER helpersTomas Kukosa1-29/+5
2005-04-27NULL type decoders for PER and BERTomas Kukosa1-0/+25
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-4/+4
2005-04-22Squelch a valgrind warning.Gerald Combs1-1/+1
2005-04-21from Olivier JRonnie Sahlberg1-6/+9
2005-04-20Add a tree parameter to get_ber_length() so thatRonnie Sahlberg1-7/+15
2005-04-15In dissect_ber_bitstring32(), make sure tmp_tvb is properly initialized.Gerald Combs1-2/+2
2005-04-14In dissect_ber_integer(), generate a warning if the integer length isGerald Combs1-2/+6
2005-04-14Add another passel of tvb_ensure_bytes_exist()s. Fixes bug 24.Gerald Combs1-0/+9
2005-04-14Add a tvb_ensure_bytes_exist() to dissect_ber_octet_string(). Fixes bugGerald Combs1-0/+1
2005-04-13In dissect_ber_octet_string_wcb(), make sure out_tvb is non-NULL beforeGerald Combs1-5/+5
2005-04-13Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12.Gerald Combs1-0/+1
2005-03-31Fix a couple of "proto_tree_add_text()" calls to pass the right arguments.Guy Harris1-2/+9
2005-03-30Improve some debug messages.Anders Broman1-4/+11
2005-03-30From TimRonnie Sahlberg1-0/+1
2005-03-24From Jacques Olivier:Anders Broman1-3/+23
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-5/+8
2005-01-30In case of "faulty" BER tag:s return tvb = NULLAnders Broman1-0/+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-38/+38
2004-12-12make the unknown_ber helper try to dissect NumericString and ENUMERATED when ...Ronnie Sahlberg1-0/+14
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-6/+12
2004-12-12update to the ber CHOICE helper to make it handle (i hope) a CHOICE inside a ...Ronnie Sahlberg1-2/+13
2004-12-12updates from tomas and andersRonnie Sahlberg1-4/+4
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg1-8/+0
2004-11-30when creating a new subset tvb for a field for further dissection by child di...Ronnie Sahlberg1-5/+14
2004-11-25update dissection of unknown blobs to try to dissect even more stuff.Ronnie Sahlberg1-15/+57
2004-11-25 updates to prettify a bit when attempting to dissect an unknown blobRonnie Sahlberg1-4/+27
2004-11-21Set the length of the tvbuff to be handed to the subdissectorGuy Harris1-1/+8
2004-11-21with the autogenerated export conformance files we need a small change to pac...Ronnie Sahlberg1-2/+4
2004-11-18When we have a BER blob but we dont have the dissector for that oid implement...Ronnie Sahlberg1-0/+51
2004-11-14make SEQUENCE OF understand a sequence of ANYRonnie Sahlberg1-2/+22
2004-11-14make octet string also allow for utf8stringsRonnie Sahlberg1-1/+1
2004-11-14Major update of the ber helpers to fix a lot of bugs and make the handling o...Ronnie Sahlberg1-91/+283
2004-11-13add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg1-6/+13
2004-11-13fix bug in handling an optional itemRonnie Sahlberg1-0/+7
2004-11-09Make it possible to print name of OID strings for PER coded OID:s as well.Anders Broman1-1/+9