http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2095
------- Comment #12 from nm127@xxxxxxxxxxx 2007-12-14 07:24 GMT -------
I summarize here the results: the last good revision was 22635 and the first
bad revision was 22642. Between these two revisions there are revisions which
does not compile if taken from the SVN.
22238 working ("good")
22561 working (step 2)
22601 working (step 5)
22621 working (step 6)
22631 does not compile (step 7a)
22632 does not compile (step 7b)
22633 working (step 7c)
22635 working (step 8g)
22636 does not compile (step 8f)
22637 does not compile (step 8a)
22638 does not compile (step 8b)
22639 does not compile (step 8c)
22640 does not compile (step 8d)
22641 does not compile (step 8e)
22642 not working (step 4)
22721 not working (step 3)
22882 not working (step 1)
23527 not working ("bad")
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.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.