Commit Graph

5 Commits

Author SHA1 Message Date
Guy Harris 9539ea4a81 From Josh Bailey:
Fix missing handling for tags 0x6F and 0x70 (send and receive
	encoding type).

	Shorten fields displayed in COL_INFO.

	Display information about all IPDC packets in COL_INFO if
	there's more than one.

svn path=/trunk/; revision=10575
2004-04-09 08:39:00 +00:00
Jörg Mayer 293d19df90 Prefix ENUM types ip IPDC_ in order to prevent type clashes with windows
includes (MSVC). Proposed fix by Ulf Lamping.

svn path=/trunk/; revision=10427
2004-03-21 19:57:14 +00:00
Guy Harris 4f9cce3ea8 "tmp_tag_text" can hold a string of up to 255 characters, which means it
needs to be 256 characters long to hold a maximum-length string plus a
terminating '\0', as noted by Stefan Esser.

Don't bother putting in the null terminator at the end in the case where
we're putting an IP address or address/port into "tmp_tag_text" -
"sprintf()" does that for you.

In the case where it's an IP address and port, do it all in one sprintf
call - I don't think there's a guarantee that

	sprintf(tmp_tag_text, "%s:%u", tmp_tag_text, ...)

works, although it could work.

Also, handle the case where the length is neither 4 (IP address) nor 6
(IP address/port).

svn path=/trunk/; revision=10418
2004-03-20 08:01:07 +00:00
Guy Harris 856d3816db Updates from Josh Bailey and Ruud Linders.
svn path=/trunk/; revision=10412
2004-03-20 05:53:40 +00:00
Guy Harris 4072ec7585 From Josh Bailey: IPDC support.
svn path=/trunk/; revision=10399
2004-03-18 08:25:09 +00:00