]> The Tcpdump Group git mirrors - tcpdump/commit
In "pppoe_print()", in the loop for processing tags, "tag_type" merely
authorguy <guy>
Sun, 24 Sep 2000 07:46:05 +0000 (07:46 +0000)
committerguy <guy>
Sun, 24 Sep 2000 07:46:05 +0000 (07:46 +0000)
commit82a146e7f9c452eb27375a7d17489f6a291ffec9
treecdfbf443b921893abf29078a6d2010768be41337
parent50c77d8419b7b6e5ef5c3f89d08541ff7ea7d174
In "pppoe_print()", in the loop for processing tags, "tag_type" merely
has to be set to a non-zero value at the beginning of the loop; setting
it to -1 causes some compilers to warn that -1 doesn't fit in an
unsigned short, so set it to 0xffff instead.
print-pppoe.c