"yyin" is from lex/flex, so it should be "extern", not "static" - we
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2002 20:27:30 +0000 (20:27 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Jul 2002 20:27:30 +0000 (20:27 +0000)
commit6f7cc800410b15267ec4ef6fae1aa0169685bb0b
tree2a708975f887f9ffc449a0497566fec33f8e2ea0
parent87ee6aa193c234c83ba733c1a35743e38a9d1676
"yyin" is from lex/flex, so it should be "extern", not "static" - we
have to modify lex/flex's input stream, not some private "FILE *".

Fix up the usage message to:

mention the "-h" flag;

not mention the non-existent "-w" flag;

fit within 80 columns.

Add "-h" to the list of options in the "getopt()" call, as there's code
to support it, and remove "-r" and "-w", as there wasn't any code to
support them.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5899 f5534014-38df-0310-8fa8-9805f1628bb7
text2pcap.c