Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (?P<remote_address>\S+)\s+\d+/\d+\s+(Up|Down)\s+(?P<state>\S+)\s+(?P<local_interface>.+)\n
  2. .+\n
  3. .+\n
  4. OurAddr:\s(?P<local_address>.+)\n
  5. .+\n
  6. .+\n
  7. MinTxInt:\s+\d+,\s+MinRxInt:\s+\d+,\s+Multiplier:\s(?P<mult>\d+)\n
  8. .+\n
  9. .+\n
  10. .+\n
  11. .+\n
  12. .+\n
  13. Registered\s+protocols:\s+(?P<protocols>.+)\s+\n
  14. .+\n
  15. .+\n
  16. .+\n
  17. .+\n
  18. .+\n
  19. .+\n
  20. \s+My\s+Discr\.:\s+(?P<local_discriminator>\d+)\s+-\sYour\sDiscr\.:\s+(?P<remote_discriminator>\d+)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement