Wireshark-commits: [Wireshark-commits] rev 39586: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-g

Date: Tue, 25 Oct 2011 23:39:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39586

User: gerald
Date: 2011/10/25 04:39 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r39529 | guy | 2011-10-23 15:49:11 -0700 (Sun, 23 Oct 2011) | 11 lines
   Changed paths:
      M /trunk/doc/text2pcap.pod
 
   Speak of a "link-layer header type" rather than a "link-layer type"; a
   given link-layer type, e.g. 802.11, might have multiple header types
   (802.11, 802.11 plus various radio headers, Ethernet), and multiple
   link-layer types might have the same header type (802.11 interfaces
   might supply Ethernet headers, and Linux loopback interfaces supply
   Ethernet headers as well).
 
   Point to tcpdump.org's page of link-layer header types, rather than to
   the net/bpf.h header that 1) might not exist on your system and 2) might
   not be up-to-date if it does exist.
   ------------------------------------------------------------------------
   r39558 | stig | 2011-10-25 03:48:03 -0700 (Tue, 25 Oct 2011) | 1 line
   Changed paths:
      M /trunk/epan/proto.c
 
   Fixed using signed 64-bits integer in custom column.
   ------------------------------------------------------------------------
   r39562 | stig | 2011-10-25 04:13:11 -0700 (Tue, 25 Oct 2011) | 3 lines
   Changed paths:
      M /trunk/epan/wslua/wslua_proto.c
 
   Added Lua error messages when:
   - Adding a INT64/UINT64 field with a value string (currently unsupported).
   - Trying to display a signed integer as hexadecimal.
   ------------------------------------------------------------------------
   r39563 | stig | 2011-10-25 04:20:54 -0700 (Tue, 25 Oct 2011) | 2 lines
   Changed paths:
      M /trunk/epan/wslua/wslua_proto.c
 
   Added another Lua warning:
   - FT_FRAMENUM can not have a bitmask.
   ------------------------------------------------------------------------
   r39569 | stig | 2011-10-25 10:58:08 -0700 (Tue, 25 Oct 2011) | 1 line
   Changed paths:
      M /trunk/epan/proto.c
 
   Display BASE_DEC_HEX correct for int64/uint64.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path                Action
  +5 -5      packet-gsm_sms.c    Modified
  +51 -43    packet-isup.c       Modified
  +3 -11     packet-netflow.c    Modified
  +16 -14    packet-rtps2.c      Modified

Directory: /trunk-1.6/doc/
  Changes    Path             Action
  +6 -5      text2pcap.pod    Modified

Directory: /trunk-1.6/docbook/
  Changes    Path                 Action
  +36 -0     release-notes.xml    Modified

Directory: /trunk-1.6/epan/
  Changes    Path          Action
  +5 -2      proto.c       Modified

Directory: /trunk-1.6/
  Changes    Path          Action
  +1 -0      file.c        Modified

Directory: /trunk-1.6/epan/wslua/
  Changes    Path             Action
  +9 -0      wslua_proto.c    Modified