Skip to content

Instantly share code, notes, and snippets.

@natanverdes
Created November 11, 2015 16:35
Show Gist options
  • Save natanverdes/5acfca32c628fc1917bb to your computer and use it in GitHub Desktop.
Save natanverdes/5acfca32c628fc1917bb to your computer and use it in GitHub Desktop.

Filtrar conexión HTTP entre un servidor en especial

http && ((ip.src == x && ip.dst == y) || (ip.dst == x && ip.src == y))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment