Wireshark-commits: [Wireshark-commits] rev 49376: /trunk/wiretap/ /trunk/wiretap/: iseries.c

Date: Fri, 17 May 2013 09:48:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49376

User: guy
Date: 2013/05/17 02:48 AM

Log:
 Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means it
 doesn't need to return the number of bytes of captured packet data (it
 can just stuff that into the struct wtap_pkthdr), so have it return a
 Boolean success/failure indication.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +41 -55    iseries.c     Modified