aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
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);