Wireshark-commits: [Wireshark-commits] rev 37733: / /trunk/epan/dissectors/: Makefile.common packet

Date: Mon, 20 Jun 2011 20:51:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37733

User: gerald
Date: 2011/06/20 01:51 PM

Log:
 From Jon Ellch via bug 5175:
 
 Please see the attached patch which updates the ppi-geolocation support
 to v2.0 of the specification. This iteration adds a new tag (sensor) and
 removes support for velocity/acceleration from the vector tag. Most of
 the changes center on the Vector tag. Everything that takes place
 elsewhere is cosmetic.
 
 I ran this iteration through fuzz-test and check-APIs just like last
 time.
 
 
 From me:
 
 Replace tvb_get_ephemeral_string with tvb_format_text. Move dissector
 registration to the bottom of each file.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +1 -0      Makefile.common         Modified
  +243 -205  packet-ppi-antenna.c    Modified
  +268 -250  packet-ppi-gps.c        Modified
  +565 -0    packet-ppi-sensor.c     Added
  +428 -580  packet-ppi-vector.c     Modified
  +8 -8      packet-ppi.c            Modified