Add FT_EUI64 Field Type
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Sun, 8 May 2011 10:23:53 +0000 (10:23 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Sun, 8 May 2011 10:23:53 +0000 (10:23 -0000)
commit7d317e553b95cf302d3acf3a9966c92c92f44c80
tree064056433d1b4da25ce28966c34f0e2a1668feb3
parent8428b08b1a11bfebd6a6039362eaa528727ac904
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

svn path=/trunk/; revision=37015
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