aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-10-25 01:43:54 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-10-25 01:43:54 +0000
commit0f93035b154a8da9ff1cd62c030c5259e6fb8238 (patch)
treea2ccce11069dbbfe64aead7bbbbcb227e693fa8a /epan/dissectors/Makefile.common
parent8c7c46d0fcef076fd59c01178be6d45f00acf9e9 (diff)
From Thomas Boehne via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5324 :
The company I work for uses two proprietary protocols, for which I initially developed wireshark plugins. Now we would like to integrate them into the public wireshark repository. I followed the READMEs and converted the plugins into a static dissectors. I cleaned up the code until checkAPI.pl was silent, translated all terms to english and ran randpkt and fuzz-testing for a long time. All that I found was a bug in a different dissector. From me: - Fold the header files into the dissectors - Clean up some memory leaks - Strengthen the heuristics of adwin-config (the TCP heuristics are still pretty weak) - Make packet-adwin.c a "new style" dissector - Use find_or_create_conversation() - Remove most of the check_col()'s svn path=/trunk/; revision=34640
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 0d56b24d1d..ed4d7f3177 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -196,6 +196,8 @@ DISSECTOR_SRC = \
packet-6lowpan.c \
packet-9p.c \
packet-aarp.c \
+ packet-adwin.c \
+ packet-adwin-config.c \
packet-acap.c \
packet-acn.c \
packet-actrace.c \