diff options
author | Gerald Combs <gerald@wireshark.org> | 2009-05-20 17:07:18 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2009-05-20 17:07:18 +0000 |
commit | fcd9a56161828cec349b1b0f7d0babf64a19e192 (patch) | |
tree | 76c720a958d2539b2cfa0663d66e2c730ae51610 /Makefile.common | |
parent | e2c0d132e10921d997a16728ac255a09a78e862a (diff) | |
download | wireshark-fcd9a56161828cec349b1b0f7d0babf64a19e192.tar.gz wireshark-fcd9a56161828cec349b1b0f7d0babf64a19e192.tar.bz2 wireshark-fcd9a56161828cec349b1b0f7d0babf64a19e192.zip |
From Vincenzo Condoleo via bug 2589:
Add IP packet comparison statistics.
svn path=/trunk/; revision=28426
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 7d42906df4..8dea91fbcb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,6 +96,7 @@ TSHARK_TAP_SRC = \ tap-bootpstat.c \ tap-camelcounter.c \ tap-camelsrt.c \ + tap-comparestat.c \ tap-dcerpcstat.c \ tap-funnel.c \ tap-gsm_astat.c \ |