]> The Tcpdump Group git mirrors - tcpdump/commit
Add a #define for the short options and put it above the long options.
authorGuy Harris <[email protected]>
Sun, 8 Mar 2015 22:55:47 +0000 (15:55 -0700)
committerGuy Harris <[email protected]>
Sun, 8 Mar 2015 22:55:47 +0000 (15:55 -0700)
commit2f63616362063fc8a34b1bb7eaeddae7d395b8d3
tree48a2eb0f7f1cd77c3672636430be6ebd9f3a7739
parentf08eb851eedf9775e6485ab75c0d8cf8d1306be6
Add a #define for the short options and put it above the long options.

That puts all the option lists together; hopefully this encourages
developers who want to add a new flag to read the big "don't use these
options, other tcpdumps use them for their own purposes" command and
thus *dis*courages them from using one of those options.
tcpdump.c