aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-01Normalize our hf_id checks and make sure our hf_ids are valid before weGerald Combs1-36/+44
2005-08-29MapDialougePDU.cnfAnders Broman1-0/+2
2005-08-29In the SEQUENCE OF dissector helperRonnie Sahlberg1-16/+22
2005-08-28From Graeme Lunt:Anders Broman1-163/+140
2005-08-28When creating subset tvbuffs, set the length to the minimum of theGuy Harris1-18/+37
2005-08-27...and don't print a separating comma if you haven't already printed anGuy Harris1-1/+2
2005-08-27If you don't print an "(", don't print a ")".Guy Harris1-3/+6
2005-08-23Fix the parenthesization of an expression.Guy Harris1-1/+2
2005-08-22From Graeme Lunt:Anders Broman1-22/+24
2005-08-20removal of even more sprintfRonnie Sahlberg1-2/+4
2005-08-19Set "hoffset" before using it.Guy Harris1-1/+1
2005-08-18From Tim Endean:Anders Broman1-20/+22
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with An...Ronnie Sahlberg1-358/+461
2005-08-11Add checks for infinite loops. Fixes recent Buildbot failures.Gerald Combs1-2/+21