aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Do not assign a value to itself.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=41482
2012-03-11Use _U_ for unused arguments.Stig Bjørlykke1-6/+6
svn path=/trunk/; revision=41478
2012-03-07Location Number not decoded as per Q.763 ↵Anders Broman2-0/+117
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6781 svn path=/trunk/; revision=41393
2012-03-02Remove now unused variables.Anders Broman2-3/+1
svn path=/trunk/; revision=41319
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
svn path=/trunk/; revision=41300
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
svn path=/trunk/; revision=41299
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-4/+3
svn path=/trunk/; revision=41298
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=41297
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
svn path=/trunk/; revision=41296
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-14/+6
svn path=/trunk/; revision=41211
2012-02-23Fix a 3GPP specification error.Anders Broman1-1/+2
svn path=/trunk/; revision=41161
2012-02-21From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman8-64/+69
svn path=/trunk/; revision=41104
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n ↵Anders Broman2-0/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6851 svn path=/trunk/; revision=41085
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn1-4/+8
svn path=/trunk/; revision=41084
2012-02-17From Anders: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6839 :Jeff Morriss1-15/+23
A patch to set for PayloadType = 1 for Connectionless-Information svn path=/trunk/; revision=41050
2012-02-16Register the p772 dissector.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=41039
2012-02-09From David Wei:Anders Broman2-86/+91
Add a preference to not dissect containers, svn path=/trunk/; revision=40946
2012-02-05GOOSE Messages don't use the length field to perform the dissection.Anders Broman1-31/+25
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6734 #BACKPORT:YES svn path=/trunk/; revision=40873
2012-02-05From walter schmid:Anders Broman3-5/+25
wrong reassemble of T30 msg if more data fields in T38 packet. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6790 svn path=/trunk/; revision=40872
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-4/+2
svn path=/trunk/; revision=40828
2012-02-02Rather than rename the remaining HI2Operations source files in asn1/ (to fix ↵Jeff Morriss1-1/+1
building of the dissector and make distcheck), revert 40803 and 40801. svn path=/trunk/; revision=40811
2012-02-02Update the protocol name as per commit rev 40801.Anders Broman1-1/+1
svn path=/trunk/; revision=40803
2012-02-01See if this makes it build cleanly.Anders Broman1-3/+3
svn path=/trunk/; revision=40793
2012-02-01Add M3AP to the build.Anders Broman2-0/+2
svn path=/trunk/; revision=40791
2012-02-01From David Wei:Anders Broman11-0/+1838
Add a dissector for 3GPP TS 36.444 V11.0.0 (2011-12) M3AP svn path=/trunk/; revision=40790
2012-01-26From Mike Morrin:Anders Broman5-19/+58
Add dissectors for GSM and UMTS Cell Broadcast protocols. ( - the patch for gsmtap ) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770 svn path=/trunk/; revision=40735
2012-01-25From billyjeans [AT] gmail.com via bug 6184: "S1AP dissector COL_INFO should ↵Chris Maynard1-53/+148
display different message status?", with changes from me to use col_append_str() and comma-separate the strings instead of using col_append_fstr() and pipe-separate them. svn path=/trunk/; revision=40721
2012-01-21From Martin Lutz:Anders Broman1-15/+23
Updated the GOOSE dissector ASN.1 file to be able to display data for UTC timestamps. svn path=/trunk/; revision=40628
2012-01-19fix compile errors found by dumpabi targetBalint Reczey2-0/+3
svn path=/trunk/; revision=40595
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard4-7/+7
svn path=/trunk/; revision=40570
2012-01-18Fix some duplicate display filter names.Chris Maynard1-6/+6
svn path=/trunk/; revision=40568
2012-01-16From Pascal Quantin:Anders Broman1-0/+34
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 Add missing file svn path=/trunk/; revision=40551
2012-01-16From Pascal Quantin:Anders Broman6-92/+1462
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 svn path=/trunk/; revision=40549
2012-01-15The warning fix overdid things: It removed functionality.Jörg Mayer1-4/+1
Now I only remove the variable ft and everything looks good. svn path=/trunk/; revision=40516
2012-01-15Accidentally checked in Makefile.inJörg Mayer1-635/+0
svn path=/trunk/; revision=40510
2012-01-14commit 40500 missed the asn1 directoryJörg Mayer8-0/+2283
svn path=/trunk/; revision=40501
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer1-0/+1
The ANSI C12.22 protocol is a smart grid protocol for utility meters, including gas, water and electric. The dissector implemented in the patch file includes full support for all EPSEM (Extended Protocol Specification for Electricity Metering) services and includes a full implementation of the C12.22 security modes. [...] To decrypt the attached sample file, you need to set up the key table in the preferences to include key 0 with a value of 6624C7E23034E4036FE5CB3A8B5DAB44. Me: Fixes for: [ 64%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o ../../asn1/c1222/packet-c1222-template.c: In function ‘dissect_epsem’: ../../asn1/c1222/packet-c1222-template.c:860:15: error: variable ‘ft’ set but not used [-Werror=unused-but-set-variable] [ 5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-c1222.c.o ../../asn1/c1222/packet-c1222-template.c:103:19: error: ‘c1222_flags’ defined but not used [-Werror=unused-variable] svn path=/trunk/; revision=40500
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40468
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40467
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40466
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40465
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40464
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40463
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40462
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40461
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40460
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=40459
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
svn path=/trunk/; revision=40458
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
Try to compile with cmake in Ubuntu 11.10 svn path=/trunk/; revision=40411
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+2
Try to compile with cmake in Ubuntu 11.10 svn path=/trunk/; revision=40410