Fix some typos.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Mar 2000 08:57:05 +0000 (08:57 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 10 Mar 2000 08:57:05 +0000 (08:57 +0000)
commitdae10f6db8d3a27cb26868e3879fd7717599888f
tree80dff421bb3c81fff1f59111193aaedb3b79ab92
parent6588a6a132ff9a2fef2d087e14770512ada365aa
Fix some typos.

Get rid of the paragraph about C++-style comments at the beginning of
the document, as it also appears in section 1.1.1 "Comments".

Add a section on how to extract data from packets, which explains the
"pd" and "offset" arguments to a dissector, and notes that you should
not just blithely cast pointers into the packet data to 2-byte or 4-byte
integral types and dereference them, as the pointer may not be aligned,
and the field may not have the same byte order as the processor on which
Ethereal is running (in fact, it's probably *guaranteed* not to on at
least one machine, as Ethereal runs on both big-endian and little-endian
platforms...).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1710 f5534014-38df-0310-8fa8-9805f1628bb7
doc/README.developer