aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2017-07-25 23:28:56 +0300
committerMichael Mann <mmann78@netscape.net>2017-07-26 01:32:38 +0000
commitf50d9fe1d6ebf7ac8ecf615e0e79476bc824f4c0 (patch)
tree71acd4eaabe1e0a25fb81335b5c93691958c891c /doc
parentefbefe2f4c46bf50c6df7e06a06476e3f91e1ba7 (diff)
Update heuristic dissectors documentation
Remove grep output of explict count of heuristic protocols because it changes too often to bother updating. Change-Id: I69b0dfbae32f9eb9ffef6c3200238819ddf522e6 Reviewed-on: https://code.wireshark.org/review/22793 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.heuristic1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.heuristic b/doc/README.heuristic
index 38c6ae2c2d..af53b74535 100644
--- a/doc/README.heuristic
+++ b/doc/README.heuristic
@@ -238,4 +238,3 @@ tendency to re-use known port numbers for new protocols. But TCP and UDP are
not the only dissectors that provide support for HDs. You can find more
examples by searching the Wireshark sources as follows:
grep -l register_heur_dissector_list epan/dissectors/packet-*.c
-returns 45 files (November 2014).