From 427eed652bad1fa433013b0032183ae366fc920d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 2 Jun 2010 17:10:55 +0000 Subject: 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 --- epan/dissectors/Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/Makefile.common') 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 \ -- cgit v1.2.3