Fixed FieldInfo documentation.
[metze/wireshark/wip.git] / epan / address_to_str.c
2013-08-27 Alexis La GoutteFix indent (use 4 spaces) And add modelines info
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-21 Guy HarrisThere are many types that eventually turn into "signed...
2013-07-21 Jörg MayerFix
2013-03-15 Anders BromanFrom beroset:
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-23 Guy HarrisAdd an AT_ value for 802.15.4 short addresses.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-02 Guy HarrisMove the AX.25 address routines to address_to_str.c...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-06-16 Guy HarrisAttempt to squelch some compiler warnings.
2011-06-14 Stig BjørlykkePlease don't use prohibited APIs in new code:
2011-05-16 Guy HarrisCast away some warnings about alignment; ep_alloc(...
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-05-06 Jakub ZawadzkiAdd note about ::/96 being deprecated.
2011-05-05 Jakub ZawadzkiFix false positive compiler warnings:
2011-05-05 Jakub ZawadzkiIntroduce ip6_to_str_buf_len (little cleaner version...
2011-05-05 Jakub ZawadzkiSubtract (not add!) preamble length from remaining...
2011-02-11 Jeff MorrissRename vines_to_str() to tvb_vines_to_str() and make...
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2011-01-16 Jeff MorrissIntroduce, and start using, tvb_fc_to_str() and tvb_fcw...
2011-01-13 Jeff MorrissIntroduce, and start using, tvb_ip_to_str() and tvb_ip6...
2010-11-17 Jeff MorrissFrom Slava via https://bugs.wireshark.org/bugzilla...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-02-27 Guy HarrisFrom Jakub Zawadzki: split off the address-to-string...