aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2007-11-15dissect_ber_choice() returns the index of the taken arm not the tag sahlberg1-0/+7
value git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23458 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-15dissect_ber_choice returns a gint that is the index of the choice taken, sahlberg1-10/+15
not the tag value git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23456 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-15dissect_ber_choice() returns the index of the choice, not the tag of the sahlberg1-1/+3
choice git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23454 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-15branch_taken that is returned by dissect_ber_choice() is the index of sahlberg1-3/+4
of the branch and not the tag value so one cant use it with val_to_str() (well one can in this instance since by luck the tag values match the indices) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23452 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-14Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).gal3-42/+19
Uses the ber_callback mechanism to call the rtse oid callbacks, rather than the default ber oid callback list. A couple of fixes to packet-ber.c to mark [in]direct references as present and call the ber_callback if it has been specified. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23450 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-13From Florent DROUIN:etxrab2-70/+7
Since the use of the function 'dissect_ber_tagged_type' for DialoguePortion, the file tcap.cnf must be updated to remove the decoding of the tag and length. This decoding is now done in the new function 'dissect_ber_tagged_type'. The file tcap.cnf has been updated to take into account this change. But this leads to a change in tcap.asn too, for the definition of the ExternalPDU. I think this part of the ASN1 file is specific to Wireshark and can be modified. In the meantime, I did update the DEBUG part for packet_ber.c for the function (dissect_ber_tagged_type) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23442 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-13Mark some generated items in ROS.stig1-3/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23441 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-12Don't dereference a NULL pointer.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23438 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslygerald1-80/+82
ep_freed() memory and abort. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23436 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-12Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn'tgerald2-37/+30
NULL before we try to use it. This fixes a crash found during fuzzing and a possible buffer overrun. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23435 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-07Update to use the -X and -T asn2wrs flags.etxrab3-9/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23394 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-07Update to use the -X and -T asn2wrs flags.etxrab2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23390 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab9-100/+98
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23386 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab4-21/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23384 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab2-9/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23383 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab2-8/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23382 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-05Update to use the -X and -T asn2wrs flags.etxrab6-49/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23366 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23365 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23364 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23363 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab8-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23362 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23361 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23360 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab2-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23359 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23358 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab2-15/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23357 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23356 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23354 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04LDAP with -Tetxrab2-14/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23353 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04SNMP with option -X and -Tetxrab2-126/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23352 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-02new H.282 (RDC) and H.283 (LCT) dissectorskukosa14-0/+1672
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23339 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-02display message type in the info columnkukosa2-1/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23338 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01LDAP wasn't 'fixed' to handle -T option...etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23335 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23333 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Change:etxrab9-15/+15
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23331 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01removed unnecessary forward class declarationskukosa2-7/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23329 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01better built-in X.880 supportkukosa1-4/+0
forward declarations of OPERATION and ERROR classes are not necessary when Remote-Operations-Information-Objects.asn itself is compiled git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23328 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab6-83/+102
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23325 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab11-88/+88
(gsmmap and inap does not compile at the moment). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23324 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31add forward class declarations which are necessary to compile ↵kukosa1-0/+4
Remote-Operations-Information-Objects.asn git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23323 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31move 'all: generate_dissector' rule from Makefile.inc.nmake to ↵kukosa2-3/+3
Makefile.preinc.nmake to be the 1st one in the resulting makefile git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23319 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab4-26/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23318 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names, names changed to short form.etxrab1-31/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23317 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31From Martin Peylo:etxrab1-1/+5
This uncomments the OID registration of pkixcmp and adds 2 Cryptlib OIDs Changed to use oid_add_from_string for adding names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23316 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29asn2wrskukosa9-274/+340
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23309 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29add a asn2wrs generated T.125 MCP dissectorsahlberg9-0/+754
This dissects the initial Connect-Initial and Connect-confirm pdus of setting up t.125 The dissector needs to be enhanced to also decode the data payload so that it can decode any furhter packets on the connection after these two initial handshake packets git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23307 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 ↵wmeier1-2/+2
of fix. asn1 template file plus generated .[hc] files; Note that the generated files include changes which are a result of previous changes to snmp.cnf (SVN #23252) and of other changes (eg: svn 21145). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23302 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixwmeier1-3/+4
[asn1 template plu generated .c file] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23301 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-26H.501 Mobility protocol implementedkukosa8-0/+962
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23275 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-26fix wrong headers in H.460.x ASN.1 sourceskukosa9-18/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23274 f5534014-38df-0310-8fa8-9805f1628bb7