Hi,
I found a regression: under Linux the raw USB packets can be caputred
until revision 22635, but cannot be starting with revision 22642. Between
these two revisions the revisions cannot be compiled from out of the box.
The bug report is here: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2095 .
I don't know much about the changes, do you know any idea what could went wrong?
M�rton N�meth
P.S.: Here is a copy of the "svn log" between the two revisions:
------------------------------------------------------------------------
r22635 | richardv | 2007-08-24 15:44:59 +0200 (p, 24 aug 2007) | 2 lines
complete the death of the h223 plugin
------------------------------------------------------------------------
r22636 | jmayer | 2007-08-24 15:52:37 +0200 (p, 24 aug 2007) | 1 line
Revert back to old version with manually fixed get_ber_length parameters
------------------------------------------------------------------------
r22637 | richardv | 2007-08-24 17:29:13 +0200 (p, 24 aug 2007) | 1 line
fix log msg typo
------------------------------------------------------------------------
r22638 | richardv | 2007-08-24 17:33:37 +0200 (p, 24 aug 2007) | 5 lines
Add some comments to the effect that capture_loop_dispatch must timeout to make
the packet batching stuff work properly.
Hence, do not block forever when doing a select() on a capture fd.
------------------------------------------------------------------------
r22639 | richardv | 2007-08-24 17:34:08 +0200 (p, 24 aug 2007) | 2 lines
Fix bug 1181 by always using select() on a capture fd on linux
------------------------------------------------------------------------
r22640 | richardv | 2007-08-24 17:45:16 +0200 (p, 24 aug 2007) | 1 line
do the fifo test on platforms where mkfifo is available
------------------------------------------------------------------------
r22641 | gerald | 2007-08-24 18:08:31 +0200 (p, 24 aug 2007) | 4 lines
Clear out any remaining references to the h223 plugin. Replace the
references to h223 in README.plugins with agentx since it's small and
no one seems to be in a hurry to move it to epan/dissectors.
------------------------------------------------------------------------
r22642 | richardv | 2007-08-24 18:43:42 +0200 (p, 24 aug 2007) | 4 lines
take out oid_to_subid_buf again, because joerg has put it back into packet-snmp.c.
This is not a productive use of my time. I'm annoyed.