guy 2002/07/17 01:55:23 CDT
Modified files:
. packet-cdp.c packet-dccp.c packet-ftp.c
packet-http.c packet-icap.c packet-imap.c
packet-irc.c packet-nntp.c packet-pop.c
packet-rmi.c packet-rsh.c packet-rtsp.c
packet-sip.c packet-smtp.c
packet-telnet.c
Log:
Add an extra argument to "tvb_find_line_end()", which specifies what it
should do if it doesn't find an EOL; if FALSE, it behaves as before,
returning values that treat the line as ending at the end of the tvbuff,
and if TRUE, it returns -1, so its caller can do segment reassembly
until it gets the EOL.
Add an option to the SMTP dissector to do segment reassembly, and do
segment reassembly of the first line.
Revision Changes Path
1.46 +2 -2 ethereal/packet-cdp.c
1.6 +4 -3 ethereal/packet-dccp.c
1.47 +3 -3 ethereal/packet-ftp.c
1.49 +5 -3 ethereal/packet-http.c
1.10 +5 -3 ethereal/packet-icap.c
1.20 +2 -2 ethereal/packet-imap.c
1.19 +2 -2 ethereal/packet-irc.c
1.25 +5 -3 ethereal/packet-nntp.c
1.31 +3 -3 ethereal/packet-pop.c
1.3 +2 -2 ethereal/packet-rmi.c
1.18 +4 -3 ethereal/packet-rsh.c
1.48 +5 -3 ethereal/packet-rtsp.c
1.30 +5 -4 ethereal/packet-sip.c
1.30 +31 -8 ethereal/packet-smtp.c
1.30 +2 -2 ethereal/packet-telnet.c