diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-07-07 01:41:15 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-07-07 01:41:15 +0000 |
commit | fba49cfe85d4b23ebbffa97fae126a379e913ecd (patch) | |
tree | 7c5350f877efd5a6887e5d7820dcd6827eb36185 /packet-osi.c | |
parent | b547681d563bdaeece9f62ae43da5ab2ae93d953 (diff) | |
download | wireshark-fba49cfe85d4b23ebbffa97fae126a379e913ecd.tar.gz wireshark-fba49cfe85d4b23ebbffa97fae126a379e913ecd.tar.bz2 wireshark-fba49cfe85d4b23ebbffa97fae126a379e913ecd.zip |
From Jason Lango <jal@netapp.com>, a fix to a long-standing problem
(which could cause core dumps in "Follow TCP Stream") -
"check_fragments()" was, when deleting a TCP segment at the beginning of
the list of segments, setting "src[index]" to point to the next segment,
not "frags[index]". "src[index]" is the source IP address, not a
pointer to a fragment.
Also, make some routines not used outside "follow.c" static.
svn path=/trunk/; revision=341
Diffstat (limited to 'packet-osi.c')
0 files changed, 0 insertions, 0 deletions