aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05Add a couple of OID strings.Anders Broman1-0/+3
svn path=/trunk/; revision=39274
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵Bill Meier6-179/+179
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|1|0|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN svn path=/trunk/; revision=39263
2011-10-03From Pascal Quantin:Anders Broman2-2/+46
Add dissection of GERAN related messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6427 svn path=/trunk/; revision=39246
2011-10-02From Pascal Quantin:Anders Broman2-0/+28
[LTE RRC] Enhance dissection of NeighCellConfig IE. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6412 svn path=/trunk/; revision=39219
2011-09-30Add credssp to subdirs listGraeme Lunt1-0/+1
svn path=/trunk/; revision=39197
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt7-0/+408
Used by direct approach RDP for NTLMSSP authentication under SSL. svn path=/trunk/; revision=39196
2011-09-29Make it possible to dissect proprietarry Opcodes.Anders Broman3-14/+60
svn path=/trunk/; revision=39183
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman10-155/+69
svn path=/trunk/; revision=39164
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2
svn path=/trunk/; revision=39150
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs1-1/+1
svn path=/trunk/; revision=39114
2011-09-21Fix and suppress some warningsGraeme Lunt2-3/+15
svn path=/trunk/; revision=39072
2011-09-21Remove Makefile.inStig Bjørlykke1-651/+0
Set default svn:ignore targets. svn path=/trunk/; revision=39071
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.Graeme Lunt1-651/+0
svn path=/trunk/; revision=39069
2011-09-21Fix for unary minus warning on WindowsGraeme Lunt1-0/+5
svn path=/trunk/; revision=39068
2011-09-21Basic RDP dissection, which can dissect the connection sequence. Graeme Lunt12-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. svn path=/trunk/; revision=39066
2011-09-16From Liam Sharp:Anders Broman1-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 svn path=/trunk/; revision=39022
2011-09-12Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=38978
2011-09-12Update to V10.2.0 (2011-06)Anders Broman7-77/+529
svn path=/trunk/; revision=38972
2011-09-12Update to V9.6.0 (2011-06)Anders Broman7-17/+21
svn path=/trunk/; revision=38971
2011-09-12From Liam Sharp:Anders Broman1-24/+10
VoIP Calls->Graph TCS and OLC display corruption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6318 svn path=/trunk/; revision=38970
2011-09-12from Liam Sharp:Anders Broman1-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 svn path=/trunk/; revision=38968
2011-09-11From Pascal Quantin:Anders Broman12-87/+513
Update of 3GPP RRC and LTE RRC dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6333 svn path=/trunk/; revision=38964
2011-09-06From Liam Sharp:Anders Broman2-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 svn path=/trunk/; revision=38897
2011-08-29From Fredrik Kuivinen:Anders Broman1-7/+3
Fix a problem with dissection of HandoverRequest. svn path=/trunk/; revision=38776
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ svn path=/trunk/; revision=38561
2011-08-07Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", ↵Chris Maynard1-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 svn path=/trunk/; revision=38399
2011-08-02 Bug 6146 - Malformed RANAP packets when HandOver procedure on iuh Anders Broman2-12/+21
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6146 svn path=/trunk/; revision=38312
2011-08-02From Paul Stath via bug 5731: The check for engineID length should only ↵Chris Maynard1-1/+1
occur if the engineID has a non-zero length. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5731 svn path=/trunk/; revision=38303
2011-07-21Try to do a more syntactically correct import.Anders Broman1-2/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6150 svn path=/trunk/; revision=38159
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, ↵Martin Mathieson1-0/+32
MAC, PDCP. svn path=/trunk/; revision=38131
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke13-18/+18
svn path=/trunk/; revision=38122
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke13-35/+35
svn path=/trunk/; revision=38107
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic ↵Graeme Lunt5-58/+602
curve algorithms. svn path=/trunk/; revision=38017
2011-07-14Update to correct the definition of the clearance attribute used in ↵Graeme Lunt3-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. svn path=/trunk/; revision=38014
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman2-0/+43
svn path=/trunk/; revision=37731
2011-06-05From Sean Van Gorder:Anders Broman1-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 svn path=/trunk/; revision=37558
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37433
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-1/+4
svn path=/trunk/; revision=37429
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-15/+15
Convert TVB_RAW_OFFSET() and TVB_GET_DS_TVB() into functions. svn path=/trunk/; revision=37422
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-68/+68
directly. svn path=/trunk/; revision=37420
2011-05-25Remove a backslash.Gerald Combs1-1/+1
svn path=/trunk/; revision=37395
2011-05-25Make it easier to add custom asn1 dissectors.Anders Broman2-1/+30
svn path=/trunk/; revision=37393
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on ↵Jeff Morriss1-5/+5
the -dev list. svn path=/trunk/; revision=37259
2011-05-13Build with S1AP-SonTransfer-IEs.asnStig Bjørlykke1-1/+2
svn path=/trunk/; revision=37117
2011-05-12Indicate Signed Receipt in info column.Stig Bjørlykke1-0/+5
svn path=/trunk/; revision=37074
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :Jeff 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. svn path=/trunk/; revision=37005
2011-05-04From Pascal Quantin:Anders Broman2-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. svn path=/trunk/; revision=36984
2011-04-28From Pascal Quantin:Anders Broman1-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 svn path=/trunk/; revision=36943
2011-04-21From Stefan Metzmacher and Gregor Beck via ↵Jeff Morriss1-1/+30
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5850 : The smallest LDAP PDU is 7 bytes, not 4. svn path=/trunk/; revision=36777
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=36771