Wireshark-commits: [Wireshark-commits] rev 20632: /trunk/ /trunk/epan/dissectors/: packet-usb.c /tr

Date: Tue, 30 Jan 2007 20:07:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20632

User: guy
Date: 2007/01/30 08:07 PM

Log:
 From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
 
 Modified to support the header as a pseudo_header rather than as part of
 the packet data.
 
 Fixed some calls that fetch data from the USB packet to fetch it in
 little-endian byte order.
 
 Got rid of redundant code to get conversation-specific data (the
 get_usb_conv_info() call already does that).
 
 For control packets, only parse the setup information if setup_flag is
 0.
 
 Don't interpret a control packet as a standard request unless the setup
 type is "Standard".

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +207 -274  packet-usb.c    Modified

Directory: /trunk/wiretap/
  Changes    Path          Action
  +154 -19   libpcap.c     Modified
  +60 -7     wtap.h        Modified