Speak of the "-d encap:" value as a linktype, rather than a DLT; if a
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 8 Aug 2013 04:29:08 +0000 (04:29 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 8 Aug 2013 04:29:08 +0000 (04:29 +0000)
commit92b7f4df31c74cc6157b89a02063a93f143a255c
treee2955d763ae99e86e0e48aec28e0be461c1dc421
parent2c9a850715e6f0e0c61fb7b3630e917c8617d997
Speak of the "-d encap:" value as a linktype, rather than a DLT; if a
name is specified, it currently must be a DLT_ name rather than a
LINKTYPE_ name, as we use libpcap to do the mapping and it currently has
no API to map LINKTYPE_ names to values, but if a number is specified,
it could either be a LINKTYPE_ name or a DLT_ name if the two are
different, and we want to encourage the use of LINKTYPE_ values.

Note that in comments.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@51204 f5534014-38df-0310-8fa8-9805f1628bb7
doc/rawshark.pod
rawshark.c