Add -L option to allow adjustment of original frame length. This change was motivate...
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jul 2013 20:02:45 +0000 (20:02 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Jul 2013 20:02:45 +0000 (20:02 +0000)
commit223eb82bdbd7fc03879aa6729e17240c563ab094
tree82d2b865e29997d91adee5addba0623714df0115
parent814246aa61c00cf8a71522aa957683cfa954e9b8
Add -L option to allow adjustment of original frame length.  This change was motivated by a question on ask where the user currently has to jump through hoops to accomplish the same thing which can now be done in 1 step via:

    editcap -T wpan -C 16 -L -F libpcap test.pcap test_wpan.pcap

I thought it would be useful enough for others as well.

Ref: http://ask.wireshark.org/questions/22689/problems-with-editcap-and-wpan-encapsulation-option

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