Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal strutil.c strutil.h Makefile.am Make
gram 2000/09/11 11:16:28 CDT
Modified files:
. Makefile.am Makefile.nmake packet-ftp.c
packet-http.c packet-nntp.c packet-rsh.c
packet-rtcp.c packet-rtsp.c packet-sdp.c
packet-smb-pipe.c packet-smb.c
packet-smtp.c packet-socks.c
packet-srvloc.c packet-tcp.c
packet-telnet.c packet.c packet.h
tvbuff.c
Added files:
. strutil.c strutil.h
Log:
Move format_text(), get_token_len(), and fine_line_end(), into strutil.c
This keeps tvbuff.c generic; it doesn't have to pull in packet.h and all
of it's included files.
Revision Changes Path
1.226 +5 -3 ethereal/Makefile.am
1.54 +2 -1 ethereal/Makefile.nmake
1.19 +2 -1 ethereal/packet-ftp.c
1.22 +2 -1 ethereal/packet-http.c
1.13 +2 -1 ethereal/packet-nntp.c
1.4 +2 -1 ethereal/packet-rsh.c
1.5 +2 -1 ethereal/packet-rtcp.c
1.18 +2 -1 ethereal/packet-rtsp.c
1.10 +2 -1 ethereal/packet-sdp.c
1.11 +2 -1 ethereal/packet-smb-pipe.c
1.72 +2 -1 ethereal/packet-smb.c
1.6 +2 -1 ethereal/packet-smtp.c
1.12 +2 -1 ethereal/packet-socks.c
1.15 +2 -1 ethereal/packet-srvloc.c
1.82 +2 -1 ethereal/packet-tcp.c
1.16 +2 -1 ethereal/packet-telnet.c
1.105 +1 -187 ethereal/packet.c
1.201 +1 -6 ethereal/packet.h
1.14 +2 -3 ethereal/tvbuff.c