aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_to_str.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Add Bus ID to USB Address ColumnSean O. Stalley1-1/+2
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-0/+7
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-11/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-0/+17
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris1-2/+2
2013-12-20Fix indentation.Guy Harris1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann1-0/+8
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-6/+6
2013-11-23Implement address_to_str which is like ep_address_to_str and se_address_to_strEvan Huus1-0/+11
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-1/+1
2013-11-09Put "private" to_str.c functions to to_str-int.hJakub Zawadzki1-8/+1
2013-08-27Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte1-328/+340
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-15/+15
2013-07-21There are many types that eventually turn into "signed byte"; for callsGuy Harris1-1/+1
2013-07-21FixJörg Mayer1-1/+1
2013-03-15From beroset:Anders Broman1-24/+24
2012-12-26Fix a bunch of warnings.Guy Harris1-7/+7
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris1-0/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-02Move the AX.25 address routines to address_to_str.c, where they belong;Guy Harris1-0/+24
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-1/+3
2011-06-14Please don't use prohibited APIs in new code:Stig Bjørlykke1-1/+1
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+31
2011-05-06Add note about ::/96 being deprecated.Jakub Zawadzki1-0/+23
2011-05-05Fix false positive compiler warnings:Jakub Zawadzki1-5/+6
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-9/+92
2011-05-05Subtract (not add!) preamble length from remaining buffer length.Jakub Zawadzki1-2/+3
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss1-2/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-0/+6
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss1-0/+12
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-1/+23
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss1-0/+17
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-02-27From Jakub Zawadzki: split off the address-to-string functions, exceptGuy Harris1-0/+406