Add FT_EUI64 Field Type
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 8 May 2011 10:23:53 +0000 (10:23 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 8 May 2011 10:23:53 +0000 (10:23 +0000)
commita78917cb6bdd684e01a1a293e68d64ebe57d52ff
tree064056433d1b4da25ce28966c34f0e2a1668feb3
parent13eb65fcdd1703081f3edff6ce8f3e2c5f520797
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37015 f5534014-38df-0310-8fa8-9805f1628bb7
23 files changed:
AUTHORS
doc/README.developer
epan/addr_resolv.c
epan/addr_resolv.h
epan/address_to_str.c
epan/dfilter/semcheck.c
epan/dissectors/packet-capwap.c
epan/dissectors/packet-icmpv6.c
epan/dissectors/packet-ieee802154.c
epan/dissectors/packet-ieee802154.h
epan/dissectors/packet-zbee-aps.c
epan/dissectors/packet-zbee-nwk.c
epan/dissectors/packet-zbee-security.c
epan/dissectors/packet-zbee-zdp-binding.c
epan/dissectors/packet-zbee-zdp-discovery.c
epan/dissectors/packet-zbee-zdp-management.c
epan/dissectors/packet-zbee-zdp.c
epan/ftypes/ftype-integer.c
epan/ftypes/ftypes.h
epan/libwireshark.def
epan/proto.c
epan/proto.h
epan/to_str.h