summaryrefslogtreecommitdiff
path: root/run-ws
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10run-ws: support gdb and valgrindPeter Wu1-1/+20
2013-12-06run-ws: helper to run wireshark for SSL debuggingPeter Wu1-0/+40
Example usage, assuming 'premaster.txt' in corrent directory: ./run-ws /tmp/wsbuild/tshark dump.pcapng Example, with filtering for SSL record type Application Data (23): ./run-ws /usr/bin/wireshark dump.pcapng.gz \ -Y ssl.record.content_type==23