Guest User

Untitled

a guest
Jun 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. matcher = Matcher.new do |m|
  2. m.layers(Ethernet, IP, ICMP) do |icmp|
  3. tst = (icmp[:timestamp_reply] or icmp[:timestamp_request]) and
  4. icmp.identifier == params[:identifier]
  5. tst
  6. end
  7. end
Add Comment
Please, Sign In to add comment