aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-06-17Port the ssn range setting stuff.Anders Broman2-27/+71
2006-06-16Include <epan/dissectors/packet-tcp.h> to declare tcp_dissect_pdus().Guy Harris1-0/+1
2006-06-15Fix BUG 971 Facility IE dissection error in GSM_DTAP.Anders Broman1-21/+55
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENTomas Kukosa3-6/+6
2006-06-15RANAP:Anders Broman2-9/+15
2006-06-14fix tcp reassembly to work again for Ronnie Sahlberg1-87/+97
2006-06-14Include <ctype.h> to fix some warnings. Regenerate theJörg Mayer2-1/+2
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]Tomas Kukosa4-71/+32
2006-06-13from metzeRonnie Sahlberg1-7/+7
2006-06-13Constify to fix compiler warnings.Guy Harris1-8/+14
2006-06-12Fix some warnings.Anders Broman1-1/+1
2006-06-12prettify dissection of LDAP search filters.Ronnie Sahlberg2-12/+135
2006-06-10rework the previous patch slightly since we really need to push a string u...Ronnie Sahlberg2-39/+43
2006-06-10add simple heuristics to the decoding of assertionvalues to make it display ...Ronnie Sahlberg2-1/+48
2006-06-10make CLDAP show up as CLDAP in the dissectyion tree and not as LDAPRonnie Sahlberg1-1/+1
2006-06-10Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsoleteGuy Harris1-0/+4
2006-06-05uncomment newly supported TYPE-IDENTIFIER usage and per regenerationTomas Kukosa5-13/+17
2006-06-02dissect_geographical_description updates.Anders Broman1-17/+48
2006-06-02Correct dissect_geographical_description.Anders Broman1-16/+38
2006-06-01From Cvetan Ivanov: Anders Broman1-0/+6
2006-05-31Complete reasembly code.Anders Broman2-7/+11
2006-05-31H.245 update to version 12 (10/2005)Tomas Kukosa2-403/+605
2006-05-31Add some missing *-exp-cnf filesAnders Broman3-0/+40
2006-05-30Preparations for reassembly. Currently there is a problem with the rrlp disse...Anders Broman1-1/+22
2006-05-29- h225.asn renamed to H323-MESSAGES.asnTomas Kukosa9-158/+243
2006-05-27Fix bug 973:Anders Broman2-1/+4
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa28-113/+14
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.Anders Broman1-0/+6
2006-05-23Ethereal -> WiresharkTomas Kukosa73-180/+378
2006-05-23change rules so as not to have each dissector twice in 'all:' and 'per:'/'ber:'Tomas Kukosa1-72/+16
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa20-1660/+1668
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg2-3/+3
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa115-290/+290
2006-05-21name changeRonnie Sahlberg116-233/+233
2006-05-17Decode Ext-GeographicalInformation.Anders Broman5-1/+262
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman3-25/+33
2006-05-16PER:Anders Broman3-4/+14
2006-05-15PER Enumerated is working now.Anders Broman1-11/+0
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris1-36/+34
2006-05-15regenerated with new asn2ethTomas Kukosa10-36/+14
2006-05-15updated to H.235.0:09/2005 and H.235.8:09/2005 Tomas Kukosa6-73/+193
2006-05-15H.225, H.245, H.450 regenerated with new asn2ethTomas Kukosa7-11/+26
2006-05-14Remove stupid code.Anders Broman1-12/+0
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman2-5/+15
2006-05-13Make dissect_per_constrained_integer handle unaligned PER.Anders Broman3-15/+35
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt1-1/+1
2006-05-10Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissectorAnders Broman7-2/+1274
2006-05-10Preparations to be able to handle unaligned PER.Anders Broman6-2/+8
2006-05-09- Some minor asn1 correctionsAnders Broman3-19/+72