]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of zero-length arrays in structures - they're not standard C89
authorguy <guy>
Tue, 19 Apr 2005 08:06:09 +0000 (08:06 +0000)
committerguy <guy>
Tue, 19 Apr 2005 08:06:09 +0000 (08:06 +0000)
commit43f4bab0e1602ade00fc4ad81a8f7af10392c370
tree341d9beeb4ab32c78ee26694bf2e7eb336ebf7d1
parent556f0bea2ebc3a51c216e515c9b9c6e29d0fbc3d
Get rid of zero-length arrays in structures - they're not standard C89
and not all C compilers support them.

The minimum length of a SLARP packet is 14 bytes, not 18 bytes.  SLARP
requests don't have any data, apparently.
print-chdlc.c