aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pcli
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2002-10-10 19:06:04 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2002-10-10 19:06:04 +0000
commitb1241274d309aa8d78903d243def227c3b4ac24e (patch)
tree11a0f499b6d8c5d35e63dfe347cd560010670171 /plugins/pcli
parentb3af4098d2ab8d4235818994b127c662205c29f0 (diff)
Fixed minor error in call ordering.
svn path=/trunk/; revision=6401
Diffstat (limited to 'plugins/pcli')
-rw-r--r--plugins/pcli/packet-pcli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pcli/packet-pcli.c b/plugins/pcli/packet-pcli.c
index c4c1eadb6d..31ba6c437c 100644
--- a/plugins/pcli/packet-pcli.c
+++ b/plugins/pcli/packet-pcli.c
@@ -1,7 +1,7 @@
/* packet-pcli.c
* Routines for Packet Cable Lawful Intercept packet disassembly
*
- * $Id: packet-pcli.c,v 1.2 2002/10/08 08:26:31 guy Exp $
+ * $Id: packet-pcli.c,v 1.3 2002/10/10 19:06:04 hagbard Exp $
*
* Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu>
*
@@ -114,8 +114,8 @@ dissect_pcli(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
proto_tree_add_uint(pcli_tree,hf_pcli_cccid,tvb,
0,4,cccid);
next_tvb = tvb_new_subset(tvb,4,-1,-1);
- call_dissector(ip_handle,next_tvb,pinfo,tree);
}
+ call_dissector(ip_handle,next_tvb,pinfo,tree);
}
void