aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 01:00:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 01:00:30 +0000
commit73f3b08dfbd9dc98a127d086f17a3efbbf3d3c11 (patch)
treea49b6057ab98a991c02ac4988e81aff55ad133fe /packet-sna.h
parent36341082c056f74b76e0605d968c04801a070793 (diff)
Create an "address_to_str_buf()" routine, called by "address_to_str()",
which fills in a caller-supplied buffer. Create "_buf()" versions of various "to_str" routines for various address types, and create a routine to map SNA FIDs to strings, and use them to finish up "address_to_str_buf()". Get rid of the declaration of "sna_fid_type_4_addr_to_str()" in "packet-sna.h", as that routine has been swallowed up in "sna_fid_to_str()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8260 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sna.h')
-rw-r--r--packet-sna.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/packet-sna.h b/packet-sna.h
index 2cce482518..2e3d411662 100644
--- a/packet-sna.h
+++ b/packet-sna.h
@@ -1,7 +1,7 @@
/* packet-sna.h
* Definitions for SNA dissection.
*
- * $Id: packet-sna.h,v 1.5 2002/08/28 21:00:34 jmayer Exp $
+ * $Id: packet-sna.h,v 1.6 2003/08/26 01:00:28 guy Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -32,9 +32,4 @@ struct sna_fid_type_4_addr {
guint16 ef;
};
-/*
- * Routine to take an SNA FID Type 4 address and generate a string.
- */
-extern gchar *sna_fid_type_4_addr_to_str(const struct sna_fid_type_4_addr *addrp);
-
#endif