README 633 B

123456789101112131415
  1. sipgrep was created by Alexandr Dubovikov <[email protected]>
  2. It is a wrapper on ngrep which
  3. * filters SIP messages according number in To or From header fields
  4. * displays From tag, To tag, Call-ID and branch in
  5. different colours, thus it is possible to trace dialogs or transactions
  6. by "one look into message" ... this is really great! ;-)
  7. * It can store received messages into a file and show them (together)
  8. Known "issues":
  9. * you might need to change "path to ngrep", for example I changed it to
  10. $ngrep="sudo ngrep -d any";
  11. which runs ngrep on all interfaces under sudo for me
  12. [ README written by Vaclav ]