Fix a typo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 13 Apr 2000 06:09:35 +0000 (06:09 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 13 Apr 2000 06:09:35 +0000 (06:09 +0000)
commitf0e5c8699888d8715d6443601f915cbd4217556f
treef97ec5419e93fa4e53a91a4133abd2a05fbadc0f
parent73a70ab9962f1f6ec7e8b8a00305efb6b2ca9453
Fix a typo.

Use "%u" rather than a hex format to print length values and segment
offsets, and use "%u" rather than "%d" to print unsigned values.

In the CLNP dissector, chop off the payload and captured-payload lengths
based on the segment length (along the lines of what we do for IP).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1839 f5534014-38df-0310-8fa8-9805f1628bb7
packet-osi.c