aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-06Display information which OID is not implemented in expert infoTomas Kukosa1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-11-29Added a filter entry when dissector for OID not implemented.Stig Bjørlykke1-6/+14
2008-10-16Fixed decoding of multiple sequences in a sequence of implict sequence.Stig Bjørlykke1-7/+16
2008-10-14Count correct number of items in indef sequence-of and set-of.Stig Bjørlykke1-0/+6
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-01From Martin Peylo (bug 2507):Stig Bjørlykke1-0/+134
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-135/+135
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0
2008-01-18Let epan/asn1.c handle real type.Anders Broman1-36/+13
2008-01-12From Martin Peylo (bug 2184), fix for:Sake Blok1-6/+48
2008-01-09When searching for EOC (because we have an indefinite length) don't stop sear...Jeff Morriss1-3/+11
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-8/+2
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-23/+16
2007-12-30Add more debug info.Anders Broman1-1/+1
2007-11-23Moved check for empty choice to make it work correctly.Stig Bjørlykke1-14/+14
2007-11-21Added handling of octet-aligned data according to direct_reference.Stig Bjørlykke1-24/+38
2007-11-19Improved "BER Error" messages to be more uniform.Stig Bjørlykke1-43/+48
2007-11-19Second try to not stop processing if length==0 in choice.Stig Bjørlykke1-0/+16
2007-11-19Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke1-24/+0
2007-11-18And dump internal ber fields for empty choice field.Stig Bjørlykke1-0/+8
2007-11-18As proposed by Martin Peylo:Stig Bjørlykke1-0/+16
2007-11-14Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).Graeme Lunt1-1/+4
2007-11-13From Florent DROUIN:Anders Broman1-0/+18
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-2/+2
2007-11-01Change:Anders Broman1-1/+1
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-3/+3
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-6/+1
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+7
2007-08-24Warning fixesJörg Mayer1-2/+4
2007-08-24The ber header was missing from the object, resulting inJörg Mayer1-26/+36
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-17/+17
2007-08-18Handle unknown Universal and BMP strings.Graeme Lunt1-0/+14
2007-08-15Improved dumping of unexpected data when dissector for OID not implemented.Stig Bjørlykke1-4/+24
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman1-2/+2
2007-07-26remove unused variableTomas Kukosa1-1/+0
2007-07-26- export some ASN.1 functions from libwiresharkTomas Kukosa1-9/+11
2007-07-13- get rid of anonymous unionsTomas Kukosa1-2/+2
2007-07-05From Stig Bjørlykke:Anders Broman1-69/+181
2007-06-23Fix a typo.Anders Broman1-1/+1
2007-06-14Change actx->external.direct_reference to be the OID string.Anders Broman1-8/+12
2007-06-13Get the Unix buildbots going againStephen Fisher1-2/+2
2007-06-12Preparations for updated CMIP dissector:Anders Broman1-0/+68
2007-06-03Add some opcodes and mark func as _U_ in packet-ber.cAnders Broman1-1/+1
2007-06-03INAP:Anders Broman1-3/+11
2007-05-30Change implicit tag handling for SEQUENCE OF and fix a cut'n paste error.Anders Broman1-16/+19
2007-05-22Update the EXTERNAL dissection code(still unfinished).Anders Broman1-65/+62
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-15/+1019
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-96/+101