aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-12-19 18:13:17 -0500
committerMichael Mann <mmann78@netscape.net>2014-12-21 15:12:58 +0000
commitcdaa6698297a9e14ae9b321f0c6ee536afa917b6 (patch)
treef0b8c6bb54bf44840ce4779f8b154b268a04df69 /epan/to_str.h
parent6f8de873c7bd3f93fe01c349b41e80e4956c5a33 (diff)
Replace ax25_to_str and get_ax25_name with address_to_str.
Change-Id: I74ddb6fc629ef32b217dede7a3ba652cbbf5ab12 Reviewed-on: https://code.wireshark.org/review/5932 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 2b6f8debd9..5ba856c826 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -37,6 +37,7 @@
#define MAX_ADDR_STR_LEN 256
#define VINES_ADDR_LEN 6
#define EUI64_STR_LEN 24
+#define AX25_ADDR_LEN 7
#ifdef __cplusplus
extern "C" {
@@ -54,8 +55,6 @@ WS_DLL_PUBLIC gchar* ep_address_to_str(const address *);
WS_DLL_PUBLIC void address_to_str_buf(const address *addr, gchar *buf, int buf_len);
WS_DLL_PUBLIC const gchar* ether_to_str(const guint8 *);
WS_DLL_PUBLIC const gchar* tvb_ether_to_str(tvbuff_t *tvb, const gint offset);
-extern const gchar* ax25_to_str(const guint8 *);
-extern gchar* get_ax25_name(const guint8 *);
WS_DLL_PUBLIC const gchar* ip_to_str(const guint8 *);
WS_DLL_PUBLIC const gchar* tvb_ip_to_str(tvbuff_t *tvb, const gint offset);
void ip_to_str_buf(const guint8 *ad, gchar *buf, const int buf_len);