aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpq.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bpq.c')
-rw-r--r--epan/dissectors/packet-bpq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-bpq.c b/epan/dissectors/packet-bpq.c
index ad32c8d4dd..bef1260c77 100644
--- a/epan/dissectors/packet-bpq.c
+++ b/epan/dissectors/packet-bpq.c
@@ -17,7 +17,7 @@
* Information was drawn from:
* ?
*
- * It uses Ether ID 0x08ff which is not not officially registered.
+ * It uses Ether ID 0x08ff which is not officially registered.
*
*/
@@ -39,10 +39,10 @@ static dissector_handle_t ax25_handle;
static capture_dissector_handle_t ax25_cap_handle;
-static int proto_bpq = -1;
-static int hf_bpq_len = -1;
+static int proto_bpq;
+static int hf_bpq_len;
-static gint ett_bpq = -1;
+static gint ett_bpq;
static int
dissect_bpq( tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* data _U_ )