pbertera / SIPPing

Python SIP Packet forging tool
98 stars 32 forks source link

Generate none-zero Exit Code if no response is received ? #5

Open stadelmannj opened 4 years ago

stadelmannj commented 4 years ago

with current code, exit code is always 0 even if no reponse is received on request. could this be modified with a optional switch to return an none-zero exit code ?