| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
it's like vxlan, but different. the most interesting difference to
vxlan is that the protocol adds support for adding optional metadata
to packets (like nsh). this diff currently just skips that stuff
and just handles the payload. for now.
|
|
|
|
| |
from Matt Dunwoodie and Jason A. Donenfeld
|
|
|
|
| |
or a USB device. ok mpi
|
|
|
|
| |
agreed by deraadt
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
help/ok deraadt
|
|
|
|
|
|
|
| |
this lets me configure a custom gre protocol on a dell s4810 or
s5048 and see what's inside it when it lands on an openbsd box.
ok lteo@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
this allows tcpdump to be used a quick and dirty firewall. it also
looks like an amazing foot-gun, so be careful.
for example `tcpdump -B drop -i ix1 udp and port 7` lets you
completely drop discard packets in the hardware interrupt handler.
ok sthen@ mikeb@ claudio@ visa@
|
| |
|
|
|
|
|
| |
I personally think vxlan looks suspiciously like gre, so I put the
parser in print-gre.c
|
|
|
|
|
|
|
| |
This forces UDP packets to be parsed as tftp messages, which is useful
to see the DATA and ACK packets. They're usually on high ports which don't
get matched by udp_print, which by default only handled tftp packets on
port 69.
|
|
|
|
| |
This allows arbitrary UDP packets to be parsed as MPLS.
|
|
|
|
| |
This allows arbitrary UDP packets to be parsed as GRE packets.
|
|
|
|
| |
While here, also delete the obsolete .Tn macros.
|
|
|
|
|
| |
OK claudio@
jmc@ doesn't object
|
|
|
|
|
|
| |
around for two releases, it should be safe to do so.
ok bluhm deraadt sthen tb yasuoka
|
|
|
|
|
|
| |
sthen@. to make remote upgrades without media less painful.
ok tb@
|
| |
|
|
|
|
|
| |
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
|
| |
|
| |
|
|
|
|
| |
In some cases, do additional cleanup in the immediate vicinity.
|
|
|
|
|
|
| |
Apparently sniffing wifi frames isn't a very popular addiction?!?
Requested by David Hill.
ok aja phessler mpi
|
|
|
|
|
|
|
|
|
|
|
| |
Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.
No output changes, except for two instances where the incorrect escape
was used in the first place.
tweaks + ok schwarze@
|
|
|
|
|
|
|
| |
protocol checksum offload, where tcpdump might see bad checksums on
valid packets.
ok henning@ jmc@
|
|
|
|
| |
ok jmc@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
literal argument name due to lack of formatting, so replace it with an
example network to make it clearer (discussed with and suggested by jmc@).
While here, fix some style nits in a sentence to make it consistent with
the other examples.
ok jmc
|
|
|
|
| |
references into a STANDARDS section;
|
|
|
|
|
|
| |
- flesh out SEE ALSO
ok sthen
|
|
|
|
|
|
|
|
|
| |
that asks users to send bug reports to mainline tcpdump.
While here, fix two mandoc -Tlint warnings by removing unnecessary
.Pp instances.
ok deraadt jmc naddy
|
| |
|
| |
|
|
|
|
| |
ok claudio@
|
|
|
|
|
|
|
| |
longer suppress spacing when used at the beginning of an input line,
and mandoc now follows the same behaviour as new groff.
Thus, sweep the tree and remove useless .Ns.
Most places found by jmc@; ok jmc@ kristaps@.
|
| |
|
|
|
|
|
|
| |
options are specified.
ok claudio@ sthen@ deraadt@ jmc@
|
|
|
|
|
| |
syntax errors found by mandoc(1), also required to fix the mandoc build;
ok jmc@
|
|
|
|
|
|
|
|
|
| |
- sync actions with PF changes (pass/block/match not just pass/block,
and remove some binat/nat/rdr entries)
- list all reason codes in tcpdump(8)
ok henning jmc
|
| |
|
|
|
|
|
|
| |
from Alf Schlichting;
help/ok henning
|
| |
|
|
|
|
| |
ok hshoexer, henning, mcbridge (some time ago)
|
| |
|
|
|
|
|
|
|
|
| |
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see
tcpdump(8) for details.
"Works for me" claudio@
ok jmc@ deraadt@
|
| |
|