aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2011-09-21Fix and suppress some warningsgal2-3/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Remove Makefile.instig1-651/+0
Set default svn:ignore targets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39071 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal1-651/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39069 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix for unary minus warning on Windowsgal1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39068 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal12-17/+3083
A work in progress. Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL. With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted after the SecurityExchange PDU. Wiki to be updated with an example SSL protected capture and associated key material. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39066 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-16From Liam Sharp:etxrab1-17/+28
In VoIP calls flow/graph display replace GR/GI etc with presentationTokenRequest/Response etc https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6321 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39022 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Fix a typoetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38978 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Update to V10.2.0 (2011-06)etxrab7-77/+529
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38972 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Update to V9.6.0 (2011-06)etxrab7-17/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38971 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12From Liam Sharp:etxrab1-24/+10
VoIP Calls->Graph TCS and OLC display corruption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6318 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38970 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12from Liam Sharp:etxrab1-8/+12
Info column to show subMessageIdentifier type strings for H245/H.239 packets With a change to remove "subMessageIdentifer=" as I think that clutters up the Infocol. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6315 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38968 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-11From Pascal Quantin:etxrab12-87/+513
Update of 3GPP RRC and LTE RRC dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6333 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38964 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-06From Liam Sharp:etxrab2-1/+28
(Standard)H.239 – subMessageIdentifier value strings missing from H245 dissector. Modified to be filterable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6312 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38897 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29From Fredrik Kuivinen:etxrab1-7/+3
Fix a problem with dissection of HandoverRequest. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38776 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38561 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-07Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", ↵cmaynard1-0/+4
which was apparently introduced with r27287 (http://anonsvn.wireshark.org/viewvc/trunk/epan/dissectors/packet-h225.c?r1=26698&r2=27287). Regenerate the packet-h225.c dissector. Patch from ericn1234@yahoo.com. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38399 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-02 Bug 6146 - Malformed RANAP packets when HandOver procedure on iuh etxrab2-12/+21
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6146 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38312 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-02From Paul Stath via bug 5731: The check for engineID length should only ↵cmaynard1-1/+1
occur if the engineID has a non-zero length. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5731 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38303 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Try to do a more syntactically correct import.etxrab1-2/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6150 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38159 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, ↵martinm1-0/+32
MAC, PDCP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38131 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig13-18/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38122 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Use correct encoding for proto_tree_add_item().stig13-35/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic ↵gal5-58/+602
curve algorithms. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38017 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Update to correct the definition of the clearance attribute used in ↵gal3-0/+14
certificates. RFC3281 erroneously defined the Clearance attribute to be different to that defined in X.509. This has been recognised and corrected in RFC5755. The RFC3281 syntax is retained and registered as the "RFC3281Clearance" syntax, which can be used to override the correct syntax in the BER oidtables if necessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38014 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-20Pretyfy APN display and make it filterable as a string.etxrab2-0/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37731 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-05From Sean Van Gorder:etxrab1-1/+1
When Wireshark attempts to read an SNMP packet with a variable-bindings item with an OID containing an index string which includes an entry of type "Unsigned32", Wireshark will stop dissecting the packet at this index entry and end with the error: [Dissector bug, protocol SNMP: proto.c:2761: failed assertion "DISSECTOR_ASSERT_NOT_REACHED"] https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5883 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37558 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Corrected "old-style function definition".stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37433 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Corrected "old-style function definition".stig1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37429 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Make TVBs opaque for most users.morriss1-15/+15
Convert TVB_RAW_OFFSET() and TVB_GET_DS_TVB() into functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37422 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-68/+68
directly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37420 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-25Remove a backslash.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37395 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-25Make it easier to add custom asn1 dissectors.etxrab2-1/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37393 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on ↵morriss1-5/+5
the -dev list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37259 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Build with S1AP-SonTransfer-IEs.asnstig1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37117 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12Indicate Signed Receipt in info column.stig1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37074 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :morriss6-419/+506
ASN.1 files in trunk/asn1/qsig contain syntax errors that prevent them from being compiled by a standard ASN.1 compiler. A patch of modified files is attached along with General-Error-List.asn which was missing completely. From me: add the new asn file to the list of source files. Add SVN Id tag to the new file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37005 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-04From Pascal Quantin:etxrab2-4/+34
Add an expert check for the MS Classmark 2 decoding in UE EUTRA Capability message and a few missing message type display in the column text. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36984 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-28From Pascal Quantin:etxrab1-3/+17
the dissection of the UE capabilities when the RAT type is set to geran-cs (the value part of Classmark 2 starts at the third byte). Moreover it adds a subtree to enhance the display of Mobile Station Classmark 2 and 3 and MS Radio Access Capability IEs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5867 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36943 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-21From Stefan Metzmacher and Gregor Beck via ↵morriss1-1/+30
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5850 : The smallest LDAP PDU is 7 bytes, not 4. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36777 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36771 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36760 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslysfisher1-2/+3
unused smux_tree instead of tree. Per suggestion from Stig on -dev. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36624 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSsfisher1-2/+2
Coverity sees that two calls to tvb_length_remaining() with an offset of 0 may return -1 (for an "out of bounds" condition), which would lead to an assignment of -1 to an unsigned variable and then passing it to functions further down that cannot accept negative values. Use tvb_ensure_length_remaining() to throw an exception in a case of out of bounds access (though unlikely with an offset of 0) instead of tvb_length_remaining(), which would return -1. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36615 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxsfisher1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36614 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()gerald2-13/+35
and which resets our global variables. Remove a boolean which was used to track a char *; just check if the pointer is NULL instead. Fixes bugs 5754 and 5793, hopefully without breaking anything. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36608 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Removed some unused variables.stig1-3/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36602 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Corrected switch-case flow.stig1-1/+1
Coverity 1184. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36579 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
as an argument, along the lines of ws_fstat64, and, on Windows, make it use _wstati64, to handle 64-bit file sizes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36547 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-08From Pascal Quantin:etxrab3-4/+51
A patch adding the missing hunks (it looks like extract_asn1_from_spec.pl script is mixing Windows and Linux line endings). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36524 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-08From Pascal Quantin:etxrab4-154/+318
Upgrade LTE RRC ASN.1 description to V9.6.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5815 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36520 f5534014-38df-0310-8fa8-9805f1628bb7