aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_to_str.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Add fixed length function for address types.Michael Mann1-361/+0
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-6/+0
2015-02-09Add "column filter string" support to address types.Michael Mann1-21/+0
2015-02-09Add address type registration.Michael Mann1-251/+13
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-3/+7
2015-01-15Address to str: Missing break in switch (CID 1262416 & 1262417)Alexis La Goutte1-0/+3
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-3/+3
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-4/+4
2015-01-09disperse atalk-utils.[ch]Michael Mann1-1/+16
2015-01-07Remove bytestring_to_ep_strMichael Mann1-3/+3
2015-01-07simplify tvb_address_to_strEvan Huus1-17/+11
2015-01-07Cast away an insignificant warning.Guy Harris1-1/+1
2015-01-07Fix compiler error because I didn't completely amend last patch.Michael Mann1-12/+1
2015-01-07Add tvb_address_to_str.Michael Mann1-67/+99
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-11/+1
2014-12-28Create FT_FCWWN field type.Michael Mann1-21/+28
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-26/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-13/+0
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-10/+1
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-9/+0
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-24/+0
2014-10-19Eliminate proto_tree_add_text from packet-ipx.cMichael Mann1-8/+0
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss1-2/+7
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