summaryrefslogtreecommitdiff
path: root/run-ws
AgeCommit message (Collapse)AuthorFilesLines
2015-10-11run-ws: fix ASAN_OPTIONSPeter Wu1-1/+1
2015-02-22run-ws: support DTLSPeter Wu1-0/+1
2015-02-17run-ws: set ASAN optionsPeter Wu1-0/+14
Saves myself from typing another gdb wrapper that sets ASAN_OPTIONS and G_SLICE. https://code.google.com/p/address-sanitizer/wiki/Flags https://developer.gnome.org/glib/unstable/glib-running.html
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