Wireshark-commits: [Wireshark-commits] rev 50491: /trunk/ /trunk/doc/: editcap.pod /trunk/: editcap

Date: Wed, 10 Jul 2013 20:02:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50491

User: cmaynard
Date: 2013/07/10 01:02 PM

Log:
 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

Directory: /trunk/doc/
  Changes    Path           Action
  +7 -0      editcap.pod    Modified

Directory: /trunk/
  Changes    Path          Action
  +97 -75    editcap.c     Modified