From 60899ed216c8239ae8c35c5936c7db7ffd5ceb2d Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 5 Oct 2021 05:38:33 +0000 Subject: [PATCH] Update README.developer --- doc/README.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.developer b/doc/README.developer index 043be091d5..34e10eeb5b 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -764,7 +764,7 @@ not depend on code in epan/dissectors, i.e it is possible to compile epan without linking with dissector code. It helps to view dissectors as clients of an API provided by epan (libwireshark being constituted by two distinct components "epan" and "dissectors" bundled together, plus other bits and -pieces). The reverse is ǹot* true; epan should not be the client of an API +pieces). The reverse is not* true; epan should not be the client of an API provided by dissectors. The main way this separation of concerns is achieved is by using runtime