summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-10Squelch a compiler warning.Guy Harris1-1/+1
2006-09-24Handle Zero length SEQUENCE and SEQUENCE OF.Anders Broman1-13/+34
2006-09-22Fix to show all the internal tokens. when configured, when dissecting an unkn...Graeme Lunt1-2/+17
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-4/+8
2006-07-08Catch another infinite loop. Fixes bug 985.Gerald Combs1-0/+4
2006-07-07Fix our loop checks.Gerald Combs1-2/+4
2006-07-07Fix another infinite loop. Remove redundant code.Gerald Combs1-18/+3
2006-07-06Catch an infinite loop.Gerald Combs1-0/+1
2006-07-05Fix an infinite loop in dissect_ber_tagged_type(). Fix up whitespace.Gerald Combs1-3/+5
2006-07-01Get rid of an unused variable.Guy Harris1-1/+0
2006-06-29from metzeRonnie Sahlberg1-1/+10
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-16/+1
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa1-0/+32
2006-06-14fix tcp reassembly to work again for Ronnie Sahlberg1-15/+0
2006-06-09from tim endeanRonnie Sahlberg1-0/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt1-1/+1
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt1-0/+20
2006-05-01Preference to disable BER length sanity check (needed for asn2eth LDAP dissec...Graeme Lunt1-6/+13
2006-03-25Support for Session Extended User Data and IMPLICIT APPLICATION tagged bitstr...Graeme Lunt1-1/+8
2006-03-17Fix bug 819: make sure to always return a tvb pointer.Jaap Keuter1-0/+2
2006-03-14coverity bug 68Ronnie Sahlberg1-1/+6
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-81/+77
2006-03-07Catch negative return value, leading to near infinite loop. Jaap Keuter1-1/+2
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...Ronnie Sahlberg1-42/+49
2006-02-02fix bug 400Ronnie Sahlberg1-1/+13
2006-01-16done:Jörg Mayer1-1/+1
2005-12-14From Graeme Lunt:Anders Broman1-33/+92
2005-12-08"get_oid_name()" can return a null pointer; don't try to add the name ifGuy Harris1-3/+6
2005-12-08Clean up indentation.Guy Harris1-11/+16
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-36/+8
2005-12-05If we don't have the OID name let the SNMP dissector try to get it from the M...Anders Broman1-2/+19
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-3/+3
2005-11-26Fix typoes in comments.Guy Harris1-40/+44
2005-11-18Don't crash if a null OID pointer is passed toGuy Harris1-2/+6
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-22/+42
2005-10-27add decoding of some more universal types for the opportunistic decode of unk...Ronnie Sahlberg1-0/+24
2005-10-16remove a strcpy callRonnie Sahlberg1-2/+5
2005-09-25Show unsigned quantities as such.Guy Harris1-2/+2
2005-09-21Squelch some compiler wranings, and fix up the creation of a subsetGuy Harris1-18/+18
2005-09-20Don't try to reassemble a zero-length fragment. Add a comment toGerald Combs1-1/+6
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs1-1/+12
2005-09-18If the tag field is a bitfield, always show it as such, otherwise alwaysGuy Harris1-4/+22
2005-09-17If unkown Tag's are found in a set add length.Anders Broman1-21/+19
2005-09-16Note problems with some values that appear in, for example, some SNMPGuy Harris1-0/+11
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.Anders Broman1-2/+2
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new s...Ronnie Sahlberg1-4/+7
2005-09-07If dissect_ber_octet_string() gives us a null tvb, assume we have a malformedGerald Combs1-0/+5
2005-09-06From Graeme Lunt:Anders Broman1-6/+90
2005-09-05branch_taken got lost in the recent changes.Anders Broman1-1/+16