aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-28 19:38:33 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-28 19:38:33 +0000
commit010d867827a31f44c4a1aa419a63e11981720c47 (patch)
treeeb09efa8aa439f71204c02000d2e77d7f0a03ddf /epan/dissectors/packet-alcap.h
parentc79f574913dc39db6cfce9457ad09aeebc74e866 (diff)
Keep a hash of call legs indexed by nsap:sugr and separate the leg tree code so that it can be called from others.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16913 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-alcap.h')
-rw-r--r--epan/dissectors/packet-alcap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-alcap.h b/epan/dissectors/packet-alcap.h
index dada2a1998..9ed413333a 100644
--- a/epan/dissectors/packet-alcap.h
+++ b/epan/dissectors/packet-alcap.h
@@ -21,7 +21,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "packet-e164.h"
+#include <epan/dissectors/packet-e164.h>
+
+extern void alcap_tree_from_bearer_key(proto_tree* tree, tvbuff_t* tvb, const gchar* key);
typedef struct _alcap_msg_data_t {
guint msg_type;