]> The Tcpdump Group git mirrors - tcpdump/commit
The payload of an SCTP DATA chunk is *not* necessarily ASCII text, so it
authorguy <guy>
Wed, 12 Dec 2001 07:16:40 +0000 (07:16 +0000)
committerguy <guy>
Wed, 12 Dec 2001 07:16:40 +0000 (07:16 +0000)
commit153e205db74c3bc57d40c5118dbaedefc210ba07
tree43311cdce3d09569f8b0b265920f6bc17aeb36b9
parentb6971d45d886fef14d1712926248cc32daafe225
The payload of an SCTP DATA chunk is *not* necessarily ASCII text, so it
shouldn't be printed by directly sending it to the standard output;
print it with "default_print()" if neither the "-x" nor the "-q" flag
were set.
print-sctp.c