aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_to_str.c
Commit message (Expand)AuthorAgeFilesLines
* Don't print non-printable characters in AX.25 addresses. Jeff Morriss2014-09-111-2/+7
* Get rid of some uses of tvb_get_ptr().Guy Harris2014-05-151-0/+7
* Don't se_ allocate strings when mapping addresses to column strings.Guy Harris2014-04-191-11/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez2014-02-031-0/+17
* Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris2014-01-141-2/+2
* Fix indentation.Guy Harris2013-12-201-1/+1
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-6/+6
* Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann2013-12-061-0/+8
* Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2013-11-291-6/+6
* Implement address_to_str which is like ep_address_to_str and se_address_to_strEvan Huus2013-11-231-0/+11
* Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus2013-11-231-1/+1
* Put "private" to_str.c functions to to_str-int.hJakub Zawadzki2013-11-091-8/+1
* Fix indent (use 4 spaces) And add modelines infoAlexis La Goutte2013-08-271-328/+340
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-15/+15
* There are many types that eventually turn into "signed byte"; for callsGuy Harris2013-07-211-1/+1
* FixJörg Mayer2013-07-211-1/+1
* From beroset:Anders Broman2013-03-151-24/+24
* Fix a bunch of warnings.Guy Harris2012-12-261-7/+7
* Add an AT_ value for 802.15.4 short addresses.Guy Harris2012-10-231-0/+8
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Move the AX.25 address routines to address_to_str.c, where they belong;Guy Harris2012-08-021-0/+24
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+7
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Attempt to squelch some compiler warnings.Guy Harris2011-06-161-1/+3
* Please don't use prohibited APIs in new code:Stig Bjørlykke2011-06-141-1/+1
* Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris2011-05-161-1/+1
* Add FT_EUI64 Field TypeAlexis La Goutte2011-05-081-0/+31
* Add note about ::/96 being deprecated.Jakub Zawadzki2011-05-061-0/+23
* Fix false positive compiler warnings:Jakub Zawadzki2011-05-051-5/+6
* Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki2011-05-051-9/+92
* Subtract (not add!) preamble length from remaining buffer length.Jakub Zawadzki2011-05-051-2/+3
* Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss2011-02-111-2/+2
* Introduce, and start using, tvb_eth_to_str().Jeff Morriss2011-01-211-0/+6
* Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss2011-01-161-0/+12
* Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss2011-01-131-1/+23
* From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss2010-11-171-0/+17
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-2/+2
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-2/+2
* From Jakub Zawadzki: split off the address-to-string functions, exceptGuy Harris2010-02-271-0/+406