aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-30 23:14:43 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-30 23:14:43 +0000
commit1e937e5c0af17b1924220894a8af35f9c77bd391 (patch)
tree4d941f8e93763aa024f7bd2213eb53d955c23776 /packet-ntp.c
parent5feac9e72abe8084512bdd36959c748bcd9ed2aa (diff)
downloadwireshark-1e937e5c0af17b1924220894a8af35f9c77bd391.tar.gz
wireshark-1e937e5c0af17b1924220894a8af35f9c77bd391.tar.bz2
wireshark-1e937e5c0af17b1924220894a8af35f9c77bd391.zip
The length of an NBSS message can be bigger than 64K, so make the
variable that holds it an "int" rather than a "guint16". Further strengthen the heuristics the NBSS dissector uses to distinguish NBSS messages from continuations of NBSS messages. If an frame contains an NBSS continuation, put the protocol tree item for the continuation data under an NBSS protocol tree item. Have the TCP dissector supply information to subdissectors via a "struct tcpinfo" pointed to by "pinfo->private"; move the urgent pointer value from a global variable into that structure, and add a Boolean flag that indicates whether the data it's handing to a subdissector is reassembled data or not. Make the NBSS dissector check for continuations only in non-reassembled data. Fix the computation, in the TCP dissector, of the offset into the tvbuff handed to the subdissector of the first byte of stuff that needs further reassembly, and fix the computation of the sequence number corresponding to that byte. svn path=/trunk/; revision=3984
Diffstat (limited to 'packet-ntp.c')
0 files changed, 0 insertions, 0 deletions