aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-18 10:42:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-18 10:42:29 +0000
commit27d7fea710f9f6fa444778cda4107fb4f138bbb1 (patch)
tree2d805bbf1d9169bb0bace4dc96c609d01ad9889b /epan/dissectors/packet-nbap.c
parent91b46da299f51abaea39af90f4fd396e35d1ab87 (diff)
Get rid of an unused variable.
Fix a typo in svn:keywords. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16837 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-nbap.c')
-rw-r--r--epan/dissectors/packet-nbap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-nbap.c b/epan/dissectors/packet-nbap.c
index bdc1e9ecd9..0bec487544 100644
--- a/epan/dissectors/packet-nbap.c
+++ b/epan/dissectors/packet-nbap.c
@@ -36730,7 +36730,6 @@ dissect_nbap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_item *nbap_item = NULL;
proto_tree *nbap_tree = NULL;
- int offset = 0;
top_tree = tree;
@@ -44761,7 +44760,7 @@ void proto_register_nbap(void) {
"", HFILL }},
/*--- End of included file: packet-nbap-hfarr.c ---*/
-#line 2925 "packet-nbap-template.c"
+#line 2924 "packet-nbap-template.c"
};
/* List of subtrees */
@@ -45782,7 +45781,7 @@ void proto_register_nbap(void) {
&ett_nbap_PrivateIE_Field,
/*--- End of included file: packet-nbap-ettarr.c ---*/
-#line 2935 "packet-nbap-template.c"
+#line 2934 "packet-nbap-template.c"
};