aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak: re-init defragmentation tables each time a capture file is (...Bill Meier2009-10-171-9/+11
* From Gerasimos Dimitriadis:Anders Broman2009-10-041-5/+7
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-7/+7
* Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-7/+7
* Apply some of the patches from:Anders Broman2009-05-131-3/+1
* Squelch a warning.Guy Harris2009-04-031-1/+1
* Don't reply on an argument of -1 as the last argument of tvb_memcpy()Guy Harris2009-04-031-6/+15
* Display information which OID is not implemented in expert infoTomas Kukosa2009-02-061-1/+1
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-1/+1
* Added a filter entry when dissector for OID not implemented.Stig Bjørlykke2008-11-291-6/+14
* Fixed decoding of multiple sequences in a sequence of implict sequence.Stig Bjørlykke2008-10-161-7/+16
* Count correct number of items in indef sequence-of and set-of.Stig Bjørlykke2008-10-141-0/+6
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* From Martin Peylo (bug 2507):Stig Bjørlykke2008-08-011-0/+134
* Fix some warnings reported by gcc -Wshadow ...Bill Meier2008-06-271-135/+135
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-2/+0
* Let epan/asn1.c handle real type.Anders Broman2008-01-181-36/+13
* From Martin Peylo (bug 2184), fix for:Sake Blok2008-01-121-6/+48
* When searching for EOC (because we have an indefinite length) don't stop sear...Jeff Morriss2008-01-091-3/+11
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-8/+2
* Get rid of ber_last_created_item(). (Final?)Anders Broman2008-01-041-23/+16
* Add more debug info.Anders Broman2007-12-301-1/+1
* Moved check for empty choice to make it work correctly.Stig Bjørlykke2007-11-231-14/+14
* Added handling of octet-aligned data according to direct_reference.Stig Bjørlykke2007-11-211-24/+38
* Improved "BER Error" messages to be more uniform.Stig Bjørlykke2007-11-191-43/+48
* Second try to not stop processing if length==0 in choice.Stig Bjørlykke2007-11-191-0/+16
* Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke2007-11-191-24/+0
* And dump internal ber fields for empty choice field.Stig Bjørlykke2007-11-181-0/+8
* As proposed by Martin Peylo:Stig Bjørlykke2007-11-181-0/+16
* Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).Graeme Lunt2007-11-141-1/+4
* From Florent DROUIN:Anders Broman2007-11-131-0/+18
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-2/+2
* Change:Anders Broman2007-11-011-1/+1
* Use oid_add_from_string for adding names.Anders Broman2007-10-311-3/+3
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* replace oid_to_str_buf() and oid_to_str()Luis Ontanon2007-08-251-6/+1
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-2/+7
* Warning fixesJörg Mayer2007-08-241-2/+4
* The ber header was missing from the object, resulting inJörg Mayer2007-08-241-26/+36
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-17/+17
* Handle unknown Universal and BMP strings.Graeme Lunt2007-08-181-0/+14
* Improved dumping of unexpected data when dissector for OID not implemented.Stig Bjørlykke2007-08-151-4/+24
* http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman2007-08-131-2/+2
* remove unused variableTomas Kukosa2007-07-261-1/+0
* - export some ASN.1 functions from libwiresharkTomas Kukosa2007-07-261-9/+11
* - get rid of anonymous unionsTomas Kukosa2007-07-131-2/+2
* From Stig Bjørlykke:Anders Broman2007-07-051-69/+181
* Fix a typo.Anders Broman2007-06-231-1/+1