Wireshark-commits: [Wireshark-commits] rev 39515: / /trunk/asn1/lppa/: LPPA-Common.asn LPPA-Constan

Date: Sun, 23 Oct 2011 17:58:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39515

User: etxrab
Date: 2011/10/23 10:58 AM

Log:
 From Pascal Quantin.
 The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as
 specified in 3GPP 36.455 release 9.4.1.
 (Just adding the asn1 dir)
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478

Directory: /trunk/asn1/lppa/
  Changes    Path                            Action
  +58 -0     LPPA-Common.asn                 Added
  +78 -0     LPPA-Constant.asn               Added
  +198 -0    LPPA-Container.asn              Added
  +197 -0    LPPA-ElementaryProcedure.asn    Added
  +378 -0    LPPA-InformationElement.asn     Added
  +290 -0    LPPA-PDU.asn                    Added
  +26 -0     Makefile.am                     Added
  +48 -0     Makefile.common                 Added
  +29 -0     Makefile.nmake                  Added
  +117 -0    lppa.cnf                        Added
  +127 -0    packet-lppa-template.c          Added