aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-07 11:59:05 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-07 11:59:05 +0000
commit3d06f851559f2835d4b2c497927bd85717469636 (patch)
tree65cb6bd2a647225f72462a4a70db9536066d47ae
parent88cf75d47fea68dc1a515d803d0d2e7a215be329 (diff)
Grammar and typo fix from Mike Duigou.
svn path=/trunk/; revision=12979
-rw-r--r--doc/README.developer4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 9c7477fd64..5d70fbebb1 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2398,7 +2398,7 @@ static dissector_handle_t sub_dissector_handle;
2.5 Per packet information
-Information can be stored for each data packet that is process by the dissector.
+Information can be stored for each data packet that is processed by the dissector.
The information is added with the p_add_proto_data function and retreived with the
p_get_proto_data function. The data pointers passed into the p_add_proto_data are
not managed by the proto_data routines. If you use malloc or any other dynamic
@@ -2523,7 +2523,7 @@ that includes enough information to determine the PDU length, possibly
followed by additional data. The second one is more generic but
requires more code and is less efficient.
-For the first method, you register two different dissection methods, on
+For the first method, you register two different dissection methods, one
for the TCP case, and one for the other cases. It is a good idea to
have a dissect_PROTO_common function which will parse the generic
content that you can find in all PDUs which is called from