Wireshark-commits: [Wireshark-commits] rev 39644: /trunk-1.4/ /trunk-1.4/doc/: text2pcap.pod /trunk

Date: Thu, 27 Oct 2011 21:37:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39644

User: gerald
Date: 2011/10/27 02:37 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.
   ------------------------------------------------------------------------
   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.
   ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   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.
   ------------------------------------------------------------------------

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

Directory: /trunk-1.4/epan/
  Changes    Path          Action
  +5 -4      proto.c       Modified

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