Fix a bunch of dissectors to use "pi.captured_len" rather than
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 24 Jan 2000 03:33:35 +0000 (03:33 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 24 Jan 2000 03:33:35 +0000 (03:33 +0000)
commit63b2404ddfdf4276d08fe79d95c4417a5013fb11
tree0e9b2b89c52b9e6ccceab293202cf1051f4b1c5f
parentd60c252ae5ccecefd8b112042b0244b0ef818a38
Fix a bunch of dissectors to use "pi.captured_len" rather than
"fd->cap_len" for the frame length - or to use macros such as
"BYTES_ARE_IN_FRAME()", "IS_DATA_IN_FRAME()", and "END_OF_FRAME", which
use "pi.captured_len" - so that they correctly handle frames where the
actual data length of the packet is less than the size of the raw frame,
e.g. with encapsulations such as ISL.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1530 f5534014-38df-0310-8fa8-9805f1628bb7
packet-data.c
packet-icq.c
packet-ipx.c
packet-isis-hello.c
packet-isis-lsp.c
packet-isis-snp.c
packet-isis.c
packet-osi.c
packet-rsvp.c