]> The Tcpdump Group git mirrors - tcpdump/commitdiff
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)
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.


No differences found