Wireshark-commits: [Wireshark-commits] rev 32534: /trunk/ /trunk/epan/dissectors/: packet-ppp.c pac

Date: Wed, 21 Apr 2010 20:51:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32534

User: guy
Date: 2010/04/21 01:51 PM

Log:
 From Chris Maynard:
 
 	Support PPP-over-USB.
 
 	Don't remove the USB pseudo-header from the packet data for
 	Linux USB packets, just byte-swap it if necessary and have the
 	USB dissector fetch the pseudo-header from the raw packet data.
 
 	Update USB language ID values.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +51 -2     packet-ppp.c    Modified
  +278 -167  packet-usb.c    Modified
  +1 -0      packet-usb.h    Modified

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

Directory: /trunk/wiretap/
  Changes    Path             Action
  +7 -4      libpcap.c        Modified
  +53 -70    pcap-common.c    Modified
  +4 -2      pcap-common.h    Modified
  +5 -2      pcapng.c         Modified
  +17 -1     wtap-int.h       Modified
  +6 -5      wtap.h           Modified