aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-02 17:10:55 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-02 17:10:55 +0000
commit427eed652bad1fa433013b0032183ae366fc920d (patch)
treee391b9459f8915bf0f18e3293bffdba7e47ad009 /epan/dissectors/Makefile.common
parenta9b0b95b8ae45eb8368ec183eb78f36b1acdccc8 (diff)
From Sven Eckelmann via but 2631:
The wireless meshing protocol B.A.T.M.A.N. Advanced changed their packet format in such a way that now versions can be identified and so correct dissection of the packets can be supported by wireshark. Since it is a ever moving target it is very possible that the packet format is changing slightly. The dissector was written in such a way that new version can be supported relative easy. I hope that it sufficient for the inclusion in wireshark. I tried to fuzzing it some hours and no error was reported. From me: Initialize our dissector handles. Merge packet-batadv.h into packet-batadv.c. It isn't included anywhere else. Fuzz 500 passes using attached capture files. svn path=/trunk/; revision=33052
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index a372b037ea..7b41bab966 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -257,6 +257,7 @@ DISSECTOR_SRC = \
packet-bacnet.c \
packet-banana.c \
packet-bat.c \
+ packet-batadv.c \
packet-bctp.c \
packet-beep.c \
packet-ber.c \