aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lcsap.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ↵Anders Broman1-14/+28
constants. - Added two missing IEs Solves LPPa embedded payloads not shown within LCS-AP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 svn path=/trunk/; revision=39879
2011-10-23From Pascal Quantin.Anders Broman1-12/+44
The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as specified in 3GPP 36.455 release 9.4.1. (Part 2) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 svn path=/trunk/; revision=39516
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-16From Pascal Quantin.Anders Broman1-8/+8
LTE Positioning Protocol dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 svn path=/trunk/; revision=39436
2011-10-11Use dissector_try_uint()Anders Broman1-5/+5
svn path=/trunk/; revision=39376
2011-10-11Build the LCS-AP dissector.Anders Broman1-0/+2646
svn path=/trunk/; revision=39365