aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-11-21 14:18:46 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-11-21 14:18:46 +0000
commit45aa24f1ec9b599ee84d1c60076a347edd5d7e48 (patch)
tree3990056ff2d30c8ca45f8ff524d02036dcbff530 /doc
parentc266084cdd7df8fec000e0e9a33311755978be93 (diff)
Correct comments and examples on get_pdu_len().
svn path=/trunk/; revision=19949
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 045eb9fd2f..4869b4d9ac 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -3120,12 +3120,12 @@ The arguments to tcp_dissect_pdus are:
the number of bytes of PDU data required to determine the length
of the PDU;
- a routine that takes as arguments a tvbuff pointer and an offset
- value representing the offset into the tvbuff at which a PDU
- begins and should return - *without* throwing an exception (it
- is guaranteed that the number of bytes specified by the previous
- argument to tcp_dissect_pdus is available, but more data might
- not be available, so don't refer to any data past that) - the
+ a routine that takes as arguments a packet_info pointer, a tvbuff
+ pointer and an offset value representing the offset into the tvbuff
+ at which a PDU begins and should return - *without* throwing an
+ exception (it is guaranteed that the number of bytes specified by the
+ previous argument to tcp_dissect_pdus is available, but more data
+ might not be available, so don't refer to any data past that) - the
total length of the PDU, in bytes;
a routine that's passed a tvbuff pointer, packet_info pointer,