Wireshark-commits: [Wireshark-commits] rev 47016: /trunk/ /trunk/epan/dissectors/: packet-sv.c pack
Date: Thu, 10 Jan 2013 12:13:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47016

User: etxrab
Date: 2013/01/10 04:13 AM

Log:
 From an.huang:
 
 (1) support for optional attribute in Sample Value:
     datSet    (0x81), 
     refrTm    (0x84), 
     smpRate   (0x86),
     smpMod    (0x88). New attribute in 9-2 Ed2
 (2) Data (0x87) decoded as PhsMeas in 9-2 LE(Lite Edition) recommemdation is removed, now the data is decoded as simply OctString, just as 9-2, further details should refer to the data set definition and Table 14 in Ed1 / Table 15 in Ed2  Encoding for the basic data types;
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5696

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +112 -12   packet-sv.c    Modified
  +2 -1      packet-sv.h    Modified

Directory: /trunk/asn1/sv/
  Changes    Path                    Action
  +2 -0      packet-sv-template.c    Modified
  +1 -0      packet-sv-template.h    Modified
  +7 -3      sv.asn                  Modified
  +53 -6     sv.cnf                  Modified