aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
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
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
svn path=/trunk/; revision=36760
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslyStephen Fisher1-2/+3
unused smux_tree instead of tree. Per suggestion from Stig on -dev. svn path=/trunk/; revision=36624
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher1-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. svn path=/trunk/; revision=36615
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher1-2/+1
svn path=/trunk/; revision=36614
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()Gerald Combs2-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. svn path=/trunk/; revision=36608
2011-04-12Removed some unused variables.Stig Bjørlykke1-3/+2
svn path=/trunk/; revision=36602
2011-04-12Corrected switch-case flow.Stig Bjørlykke1-1/+1
Coverity 1184. svn path=/trunk/; revision=36579
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
as an argument, along the lines of ws_fstat64, and, on Windows, make it use _wstati64, to handle 64-bit file sizes. svn path=/trunk/; revision=36547
2011-04-08From Pascal Quantin:Anders Broman3-4/+51
A patch adding the missing hunks (it looks like extract_asn1_from_spec.pl script is mixing Windows and Linux line endings). svn path=/trunk/; revision=36524
2011-04-08From Pascal Quantin:Anders Broman4-154/+318
Upgrade LTE RRC ASN.1 description to V9.6.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5815 svn path=/trunk/; revision=36520
2011-04-07Use a unique variable name. Fixes Coverity CID 593.Gerald Combs1-4/+4
svn path=/trunk/; revision=36512
2011-04-06Add a commentAnders Broman1-0/+15
svn path=/trunk/; revision=36490
2011-04-06Missing decoding for CalledPartyBCD number in CAMELAnders Broman2-0/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5788 svn path=/trunk/; revision=36488
2011-04-05Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=36475
2011-04-05Actually get the oid string ...Anders Broman1-1/+4
svn path=/trunk/; revision=36474
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman3-11/+11
svn path=/trunk/; revision=36443
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman3-3/+16
- Fix dissection of extensions in INAP it should now be possible to add an "OID dissector" for extensions. Should fix BUG https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5799 svn path=/trunk/; revision=36435
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-2/+12
svn path=/trunk/; revision=36365
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-1/+9
Apply rev 25869 to most of the rest of the TCP-desegmenting dissectors. (The SSL dissector was already updated in one of two spots with bug 4535/rev 32456.) A couple of the patches had to be manually applied. From me: Fix the comments to match the change (including in the TCP and SSL dissectors.) svn path=/trunk/; revision=36332
2011-03-14Properly initialize our filter counters.Gerald Combs1-0/+4
svn path=/trunk/; revision=36190
2011-03-03Export SONtransferRequestContaine, SONtransferResponseContainerand and ↵Anders Broman1-0/+3
Global-ENB-ID svn path=/trunk/; revision=36130
2011-03-01QSIG: decoding of PSS1InformationElementTomas Kukosa2-0/+16
svn path=/trunk/; revision=36108
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs2-0/+17
elements, add an expert item and throw a ReportedBoundsError. We may want to handle this more cleanly in the future but this avoids allocating a huge amount of memory. svn path=/trunk/; revision=36101
2011-02-27Export:Anders Broman1-0/+6
SONtransferRequestContainer SONtransferResponseContainer SONtransferCause svn path=/trunk/; revision=36086
2011-02-27Add miisng file from Anders Broman1-0/+2
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36079 svn path=/trunk/; revision=36085
2011-02-27Add dissection of SonTransfer-IEs.Anders Broman2-0/+189
svn path=/trunk/; revision=36084
2011-02-27Export SourceCellID.Anders Broman1-5/+7
svn path=/trunk/; revision=36083