aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp_notify.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-11 21:13:38 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-11 21:13:38 +0000
commit29e4f7b05c1a01e982fdfb95a784a0611b96801a (patch)
tree0bfc647b8ce569cde3702e5eef5582646fae19f5 /epan/dissectors/packet-fmp_notify.c
parentb49f457afd21e556dca93da411a28498ce51f881 (diff)
Register a couple ett_ variables. Declare all the ett_ variables together.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35919 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fmp_notify.c')
-rw-r--r--epan/dissectors/packet-fmp_notify.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/epan/dissectors/packet-fmp_notify.c b/epan/dissectors/packet-fmp_notify.c
index 6536edb971..5058b1e3b6 100644
--- a/epan/dissectors/packet-fmp_notify.c
+++ b/epan/dissectors/packet-fmp_notify.c
@@ -72,18 +72,17 @@ static int hf_fmp_cookie = -1;
static int hf_fmp_firstLogBlk = -1;
static int hf_fmp_numBlksReq = -1;
static int hf_fmp_status = -1;
-
-static int ett_fmp_notify = -1;
-static int ett_fmp_notify_hlist = -1;
-
-static gint ett_fmp_extList = -1;
static int hf_fmp_extentList_len = -1;
-static gint ett_fmp_ext = -1;
static int hf_fmp_numBlks = -1;
static int hf_fmp_volID = -1;
static int hf_fmp_startOffset = -1;
static int hf_fmp_extent_state = -1;
+static gint ett_fmp_notify = -1;
+static gint ett_fmp_notify_hlist = -1;
+static gint ett_fmp_extList = -1;
+static gint ett_fmp_ext = -1;
+
static int dissect_fmp_notify_extentList(tvbuff_t *, int, packet_info *, proto_tree *);
@@ -560,6 +559,8 @@ proto_register_fmp_notify(void)
static gint *ett[] = {
&ett_fmp_notify,
&ett_fmp_notify_hlist,
+ &ett_fmp_extList,
+ &ett_fmp_ext
};
proto_fmp_notify =