summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-19proxy now works standaloneHEADmasterAlon Levy4-33/+79
some other changes that were laying around here. made sure it's still operational. Get breakage when running proxy.py (and spicedump.py) under trickle: $ trickle -u 500 -d 500 -s ./proxy.py -l 7778 -p 10005 proxying from 7778 to ('localhost', 10005) Traceback (most recent call last): File "./proxy.py", line 156, in <module> main() File "./proxy.py", line 151, in main for ret in p: File "./proxy.py", line 66, in __iter__ for x in self._proxy: File "./proxy.py", line 98, in _proxy data = s.recv(MAX_PACKET_SIZE) socket.error: [Errno 11] Resource temporarily unavailable
2011-04-07more surface statistics?Alon Levy1-0/+17
2011-04-07remove unneeded importsAlon Levy2-3/+1
2011-04-07fix typoAlon Levy1-1/+1
2011-04-07client_proto: add annotated data to ParsedResult named tuple (as last ↵Alon Levy1-8/+8
element, 'an' name)
2011-04-07not sureAlon Levy1-1/+2
2010-09-05spicedump: add filter optionAlon Levy1-10/+19
2010-09-05proxy: add drop next packet optionAlon Levy1-15/+34
2010-08-24support spice1.proto, output surface id's in right column, small fixesAlon Levy5-40/+81
2010-08-18split off structutil, added README, various small fixesAlon Levy6-197/+260
2010-08-18proxy version - working; pcap version - misses some packets due to missing ↵Alon Levy8-204/+631
reordering logic; doesn't handle bad headers very nicely
2010-08-16initialAlon Levy11-0/+1524