aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 23:32:46 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 23:32:46 +0000
commitab0de37681a0a9d7ee83efda78765d101ccb1ec5 (patch)
tree8d5445762a2f2dcaa0fbe29db4d54d367b46a0af
parente1d2d62d53235cb4764ddaaad465c73b140ffbce (diff)
Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to CLEAN_DISSECTOR_SRC, as they are not generated from ASN1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22817 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/Makefile.common4
-rw-r--r--epan/dissectors/packet-tnef.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 1453019b2d..3fa99dd072 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -103,7 +103,6 @@ ASN_DISSECTOR_SRC = \
packet-h248.c \
packet-h450.c \
packet-h450-ros.c \
- packet-imf.c \
packet-inap.c \
packet-ldap.c \
packet-logotypecertextn.c \
@@ -136,7 +135,6 @@ ASN_DISSECTOR_SRC = \
packet-snmp.c \
packet-spnego.c \
packet-tcap.c \
- packet-tnef.c \
packet-ulp.c \
packet-wlancertextn.c \
packet-x411.c \
@@ -440,6 +438,7 @@ CLEAN_DISSECTOR_SRC = \
packet-image-jfif.c \
packet-image-png.c \
packet-imap.c \
+ packet-imf.c \
packet-ip.c \
packet-ipdc.c \
packet-ipfc.c \
@@ -700,6 +699,7 @@ CLEAN_DISSECTOR_SRC = \
packet-time.c \
packet-tipc.c \
packet-tivoconnect.c \
+ packet-tnef.c \
packet-tns.c \
packet-tpkt.c \
packet-tr.c \
diff --git a/epan/dissectors/packet-tnef.c b/epan/dissectors/packet-tnef.c
index 09094e2676..af63b0fdf1 100644
--- a/epan/dissectors/packet-tnef.c
+++ b/epan/dissectors/packet-tnef.c
@@ -304,7 +304,7 @@ static gint dissect_counted_address(tvbuff_t *tvb, gint offset, packet_info *pin
}
-static void dissect_DTR(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+static void dissect_DTR(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
{
proto_item *item;
gint offset;