aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-96/+101
2007-05-13replace an incorrect '{' with ';' in the ber header fileRonnie Sahlberg1-1/+1
2007-05-13actx in ber_externalAnders Broman1-2/+1
2007-05-13Try to make the buildbot happy.Anders Broman1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-67/+68
2007-05-07_U_ mark some parameters and a forgotten file.Anders Broman1-1/+1
2007-05-06Start introducing actx to ber functions.Anders Broman1-10/+13
2007-05-06Separate field for the elements of a constructed OCTET STRING.Graeme Lunt1-1/+5
2007-05-04Show BER internal fields in external type in ACSE, update a comment in packet...Anders Broman1-8/+14
2007-05-04Once is enough. :-)Guy Harris1-2/+2
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman1-0/+147
2007-05-03Show internal ber fields for tagged type if pref. set.Anders Broman1-2/+4
2007-05-02fix warnings in debug codeLuis Ontanon1-23/+40
2007-04-28Revert some private experiments checked in by misstake.Anders Broman1-161/+0
2007-04-28From Gavin Heer:Anders Broman1-0/+161
2007-04-23decode_as_dt's argument points to a dissector table name, so it should beGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-6/+6
2007-04-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tGuy Harris1-1/+1
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman1-23/+28
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-1/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2007-03-06From Stig Bjørlykke:Anders Broman1-2/+5
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-2/+1
2007-02-17From X.690 8.6.2.3 Graeme Lunt1-2/+11
2007-02-17This patch adds some new features to the BER dissector:Graeme Lunt1-15/+58
2007-02-04Small fix for incorrect column use when dissecting a BER file. Graeme Lunt1-3/+3
2007-01-14From Graeme Lunt:Anders Broman1-2/+6
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt1-2/+2
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-6/+160
2007-01-10Packet-ber:Anders Broman1-0/+6
2007-01-06Fix tag > 0x1fAnders Broman1-2/+1
2006-12-19Remove an unused variable.Anders Broman1-1/+0
2006-12-19From Florent Drouin:Anders Broman1-34/+104
2006-11-04General updates to:Graeme Lunt1-0/+3
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