Wireshark-commits: [Wireshark-commits] rev 45663: /trunk/wiretap/ /trunk/wiretap/: vms.c
Date: Fri, 19 Oct 2012 21:05:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45663

User: guy
Date: 2012/10/19 02:05 PM

Log:
 Pass parse_vms_hex_dump() a pointer to a wtap_pkthdr structure and have
 it always fill it in.  Have the seek-read routine pass its phdr argument
 in.  Have it just return a success/failure indication; do the check for
 the packet size in the seek-read routine by looking at the caplen field
 of the wtap_pkthdr structure.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +29 -36    vms.c         Modified