aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-alcap.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-12-28 19:38:33 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-12-28 19:38:33 +0000
commit78ed00ce3aa847f3ac1b33d4cc137eb8d0b2d0ff (patch)
treeeb09efa8aa439f71204c02000d2e77d7f0a03ddf /epan/dissectors/packet-alcap.h
parent1b3ca88853450d174af2026fcbb02cf027909d27 (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.
svn path=/trunk/; revision=16913
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;