Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37015: /trunk/ /trunk/epan/dfilter/: semcheck.c /trunk/e

Date: Sun, 08 May 2011 10:24:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37015

User: alagoutte
Date: 2011/05/08 03:24 AM

Log:
 Add FT_EUI64 Field Type
 
 * Remove proto_tree_add_eui64 function from 802.15.4 Dissector 
 * Replace print_eui64/print_eui64 by eui64_to_str/get_eui64_name
 * Update Documentation (README.dev)
 * Add new function in libwireshark.def
 * Support of encoding for tvb_eui64_to_str
 * Use FT_EUI64 for ICMPv6, CAPWAP, Zbee ... dissector

Directory: /trunk/epan/dfilter/
  Changes    Path          Action
  +4 -0      semcheck.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                            Action
  +1 -1      packet-capwap.c                 Modified
  +3 -5      packet-icmpv6.c                 Modified
  +11 -115   packet-ieee802154.c             Modified
  +0 -5      packet-ieee802154.h             Modified
  +38 -67    packet-zbee-aps.c               Modified
  +16 -27    packet-zbee-nwk.c               Modified
  +2 -2      packet-zbee-security.c          Modified
  +13 -12    packet-zbee-zdp-binding.c       Modified
  +13 -12    packet-zbee-zdp-discovery.c     Modified
  +7 -6      packet-zbee-zdp-management.c    Modified


(12 files not shown)