index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
from Jon Smirl
Ronnie Sahlberg
2007-03-26
1
-8
/
+6
*
From Jon Smirl
Ronnie Sahlberg
2007-03-26
1
-14
/
+36
*
From
Ronnie Sahlberg
2007-03-26
1
-1
/
+36
*
From a Jon Smirl patch
Ronnie Sahlberg
2007-03-25
1
-8
/
+8
*
From Jon Smirl
Ronnie Sahlberg
2007-03-25
1
-2
/
+1
*
take the address to the structure and not the address to the first element of...
Ronnie Sahlberg
2007-03-25
1
-4
/
+4
*
Change USB address structure back to 8 bytes in length.
Ronnie Sahlberg
2007-03-25
1
-6
/
+24
*
create a tap for usb so that we can do conversation/host lists
Ronnie Sahlberg
2007-03-25
1
-2
/
+14
*
unbreaking the usb dissector
Ronnie Sahlberg
2007-03-25
1
-13
/
+113
*
fix a bug (found by compiler warning) where we initialize the wrong variable.
Ronnie Sahlberg
2007-03-24
1
-2
/
+2
*
From Charles Lepple: in a Get Descriptor message, the descriptor index
Guy Harris
2007-03-19
1
-5
/
+5
*
From Paolo Abeni: update to support the new DLT_USB_LINUX format header.
Guy Harris
2007-01-30
1
-279
/
+212
*
Commit my USB changes (change address handling)
Jörg Mayer
2007-01-08
1
-60
/
+125
*
from albert chin
Ronnie Sahlberg
2006-11-07
1
-6
/
+6
*
update the list of defined application classes and list all the official ones...
Ronnie Sahlberg
2006-11-01
1
-1
/
+18
*
break request/response matching to track transactions out from the CONTROL ha...
Ronnie Sahlberg
2006-10-26
1
-36
/
+40
*
add a dissector table for class specific control input/output pdus
Ronnie Sahlberg
2006-10-22
1
-4
/
+36
*
add tracking of interface class for CONTROL_INPUT as well as existing support...
Ronnie Sahlberg
2006-10-22
1
-18
/
+22
*
fix some endianess issues
Ronnie Sahlberg
2006-10-22
1
-8
/
+8
*
dissect the individual bits in the CONFIDURATION descriptor field for the end...
Ronnie Sahlberg
2006-10-22
1
-2
/
+28
*
the flags are FT_BOOLEAN not FT_UINT8
Ronnie Sahlberg
2006-10-21
1
-2
/
+2
*
prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
Ronnie Sahlberg
2006-10-21
1
-3
/
+44
*
new dissector : usb mass storage
Ronnie Sahlberg
2006-10-18
1
-8
/
+3
*
create a dissector table for the bulk input/output packet types
Ronnie Sahlberg
2006-10-18
1
-0
/
+25
*
move some defines to packet-usb.h so that they can be shared with other disse...
Ronnie Sahlberg
2006-10-18
1
-33
/
+3
*
now when we do dissect the descriptors:
Ronnie Sahlberg
2006-10-17
1
-2
/
+121
*
add a define for the "no endpoint" constant used to represent unknown or hos...
Ronnie Sahlberg
2006-10-17
1
-9
/
+15
*
correct the little / big endian comment
Ronnie Sahlberg
2006-10-16
1
-2
/
+2
*
dissect a lot more of the descriptors so that we can finally see which endpoi...
Ronnie Sahlberg
2006-10-16
1
-3
/
+273
*
Display the skipped 4 bytes from the header as setup (see
Jörg Mayer
2006-10-16
1
-0
/
+6
*
break finding/creating a conversation out into its own helper (which makes it...
Ronnie Sahlberg
2006-10-16
1
-110
/
+266
*
Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE.
Ronnie Sahlberg
2006-10-16
1
-6
/
+148
*
add some variables to the task structure so that we can pass TYPE/INDEX from ...
Ronnie Sahlberg
2006-10-16
1
-0
/
+16
*
- gcc dies on "default: }", add a ;
Jörg Mayer
2006-10-15
1
-1
/
+2
*
populate the info column with the request type and whetehr it is a request or...
Ronnie Sahlberg
2006-10-15
1
-0
/
+12
*
add tracking of request/responses for CONTROL INPUT so we can start passing p...
Ronnie Sahlberg
2006-10-15
1
-23
/
+68
*
add a new port type for usb endpoints
Ronnie Sahlberg
2006-10-15
1
-57
/
+180
*
start dissecting the setup headers
Ronnie Sahlberg
2006-10-15
1
-28
/
+119
*
rename some fields in the setup blob to use the same names as in the standard
Ronnie Sahlberg
2006-10-14
1
-13
/
+69
*
put the packet type in the summary line
Ronnie Sahlberg
2006-10-14
1
-0
/
+4
*
create a new address type AT_USB and start populating the packet list
Ronnie Sahlberg
2006-10-14
1
-0
/
+26
*
From Paolo Abeni:
Jaap Keuter
2006-10-12
1
-10
/
+10
*
from Paolo A
Ronnie Sahlberg
2006-10-11
1
-10
/
+10
*
u_int32_t gives error on Windows assuming guint32 will do.
Anders Broman
2006-10-10
1
-9
/
+9
*
From Paolo Abeni
Ronnie Sahlberg
2006-10-10
1
-0
/
+212