aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2011-12-09Update to 3GPP TS 36.413 V10.3.0 (2011-09)etxrab8-121/+425
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40134 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Get rid of declarations of undefined routines and definitins of unusedguy2-0/+6
routines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40124 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Try to get the container stuff right...etxrab3-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40119 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.etxrab2-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40117 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07RatingGroup -> RatingGroupIdetxrab1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40110 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06Update to 3GPP TS 32.298 V6.4.1 (2006-06)etxrab5-2/+1202
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-05Pretify TimeStamp and TimeZoneetxrab2-2/+74
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40096 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-29Wireshark crashes in gsm_map dissectoretxrab1-0/+1
For now use Jeff's fix: "The REAL problem is that the GSM_MAP dissector is using this value_string_ext in the hf without BASE_EXT_STRING: { &hf_gsm_old_localValue, { "localValue", "gsm_old.localValue", FT_INT32, BASE_DEC, &gsm_old_GSMMAPOperationLocalvalue_vals_ext, 0, "OperationLocalvalue", HFILL }}, This, in turn, appears to be caused because OperationLocalValue is an alias for/of GSMMAPOperationLocalValue and only the latter is defined with .USE_VALS_EXT. I can fix it by doing: Index: asn1/gsm_map/gsm_map.cnf =================================================================== --- asn1/gsm_map/gsm_map.cnf (revision 39628) +++ asn1/gsm_map/gsm_map.cnf (working copy) @@ -54,6 +54,7 @@ #.USE_VALS_EXT GSMMAPOperationLocalvalue +OperationLocalvalue #.EXPORTS AddressString But it seems to be that asn2wrs should arguably be figuring this out on its own." git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40033 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-24Fix H.460.18 and H.460.19 integration into H.245kukosa2-7/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39998 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-22Add initial .gitignore filesrbalint1-0/+46
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39982 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-22Don't hardcode 'python' for asn2wrsrbalint1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39981 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-21Get rid of Warnings.etxrab1-5/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39980 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-20Remove export.etxrab3-38/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39956 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-20See if this fixes it, why it worked on my system is anybodys guess.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39955 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-20Get rid of Warnings.etxrab8-67/+68
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39954 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-19Get rid of Warnings.etxrab2-14/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39951 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-18Use tvb_bcd_dig_to_ep_str().etxrab1-41/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39929 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-17Add a dissector table for National operation codes.etxrab1-6/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39912 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-17Add a missing IE number.etxrab1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39897 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-16Dissect national Opcode.etxrab2-4/+110
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39887 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ↵etxrab1-14/+16
constants. - Added two missing IEs Solves LPPa embedded payloads not shown within LCS-AP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39879 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-15Fix props: svn:keyword->svn:keywords; remove svn:executablewmeier11-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39847 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-15At least as I read the code, there can be up to 3 receive channels (theguy1-1/+9
number of channels is XXX & 0x03, hence in the range 0-3. Thanks and a tip of the hat to Clang Cat for catching this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39839 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-14Do some more length checking to avoid a dissector bug error. Should fixguy1-2/+36
bug 6564. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39831 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-14[-Wunused-but-set-variable]etxrab3-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39829 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-14Fix Id tag.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39824 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12fix [-Wunused-but-set-variable]etxrab3-16/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39803 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-10Get rid of an unused function (dissect_hnbap_AccessResult()).guy1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39789 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-10Set info col for new messages.etxrab1-0/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39787 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-10Update HNBAP to V10.1.0 (2011-06)etxrab7-40/+389
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39786 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-10From Martin Kaiser:etxrab2-2/+63
RSASSA-PSS support for X.509 certificates. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6541 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39785 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-10Forgot part of commit 39766.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39781 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08Try to fix defined but not used warnings.etxrab1-11/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39766 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39764 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3sfisher1-1/+0
more problems that I'll mail to -dev. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39763 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'etxrab1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39762 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08Get rid of set-but-not-used warnings.etxrab1-9/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39761 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08Add SBc Application Part (SBc-AP) to build.etxrab2-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39758 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-08Add SBc Application Part (SBc-AP) diretxrab11-0/+1314
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39756 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-04Dissect RIMInformation.etxrab2-0/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39733 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-02Handle differences in Camel V2etxrab4-39/+210
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3911 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6474 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39715 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-02Export NAEA-CIC to be used by Camel.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39711 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-31Try to fix warnings.etxrab4-26/+88
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39690 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-29Added support for big integer64 values.stig1-1/+9
This fixes bug 6295. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39666 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-26Try to get rid of defined but not used warnings.etxrab1-0/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39600 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-25 Try to get rid of "defined but not used" warnings.etxrab2-0/+49
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39554 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-24Fix encoding arg for a proto_tree_add_bitmask() function call.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39540 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of ↵wmeier1-1/+1
tvb_get_ephemeral_unicode_string(); Fix encoding arg. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39531 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-23 Try to get rid of "defined but not used" warnings.etxrab1-16/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39523 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-23Try to get rid of "defined but not used" warnings.etxrab2-6/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39522 f5534014-38df-0310-8fa8-9805f1628bb7