Skip to content
Snippets Groups Projects
Commit db3bf25b authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Add support for defines as in Google version 2.0.

You can use -Dproto=IPPROTO_SCTP or --define proto=IPPROTO_SCTP
and run the script
```
 0.0 socket(..., SOCK_STREAM, proto) = 3
+0.0 close (3)
```
to control the protocol being used from the command line.
parent ae6cdf07
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment