Wireshark-commits: [Wireshark-commits] rev 47990: /trunk/ /trunk/epan/dissectors/: packet-usb.c pac

Date: Fri, 01 Mar 2013 22:57:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47990

User: eapache
Date: 2013/03/01 02:57 PM

Log:
 From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338
 
 Centralize logic related to per-interface conversations, and expose it for use
 by class-specific dissectors.
 
 Class-specific descriptor dissectors also need to know the interface in whose
 context they are called to work.
 
 This is a prerequisite for a USB Video Class dissector, which needs to decode
 many class-specific descriptors.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +24 -17    packet-usb.c    Modified
  +3 -0      packet-usb.h    Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified