summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-24 22:19:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-24 22:19:54 +0000
commitbacd4032369303558cefabd00431128d93d4a462 (patch)
tree3526b094795add0b0d3cfe14564b62debc605c89
parentd00eec07e2a2fdf83951a85b9b84880a4448d913 (diff)
downloadwireshark-bacd4032369303558cefabd00431128d93d4a462.tar.gz
Move HNBAP to dirty dissectors for now.
svn path=/trunk/; revision=31994
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index d4e1e459c3..b2609e796d 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -120,7 +120,6 @@ ASN1_DISSECTOR_SRC = \
packet-h450-ros.c \
packet-h460.c \
packet-h501.c \
- packet-hnbap.c \
packet-logotypecertextn.c \
packet-mms.c \
packet-mpeg-audio.c \
@@ -164,6 +163,7 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-ansi_map.c \
packet-gnm.c \
packet-gsm_map.c \
+ packet-hnbap.c \
packet-inap.c \
packet-ldap.c \
packet-lte-rrc.c \