aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-06-28 20:58:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-06-28 20:58:35 +0000
commitd897f46ed2a86050c0dd69da694f363be7d9585d (patch)
tree91e49547dfa68d46a3020a054ca7f3270d4211e8 /epan/dissectors/packet-pcap.c
parentc756e273f96c2a6e0969bc5fe0e65811fcb9419a (diff)
Get rid of some unused code warnings.
svn path=/trunk/; revision=25627
Diffstat (limited to 'epan/dissectors/packet-pcap.c')
-rw-r--r--epan/dissectors/packet-pcap.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index e6a7c02edf..2fb7449b7b 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -1427,8 +1427,6 @@ static dissector_table_t pcap_proc_uout_dissector_table;
static dissector_table_t pcap_proc_out_dissector_table;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
@@ -11052,7 +11050,7 @@ static int dissect_PCAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-pcap-fn.c ---*/
-#line 105 "packet-pcap-template.c"
+#line 103 "packet-pcap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
@@ -11235,7 +11233,7 @@ proto_reg_handoff_pcap(void)
/*--- End of included file: packet-pcap-dis-tab.c ---*/
-#line 195 "packet-pcap-template.c"
+#line 193 "packet-pcap-template.c"
}
/*--- proto_register_pcap -------------------------------------------*/
@@ -14666,7 +14664,7 @@ void proto_register_pcap(void) {
"", HFILL }},
/*--- End of included file: packet-pcap-hfarr.c ---*/
-#line 205 "packet-pcap-template.c"
+#line 203 "packet-pcap-template.c"
};
/* List of subtrees */
@@ -14999,7 +14997,7 @@ void proto_register_pcap(void) {
&ett_pcap_Outcome,
/*--- End of included file: packet-pcap-ettarr.c ---*/
-#line 211 "packet-pcap-template.c"
+#line 209 "packet-pcap-template.c"
};
module_t *pcap_module;