Change #267194
| Category | tcpdump |
| Changed by | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> |
| Changed at | Fri 15 May 2026 07:55:42 |
| Repository | https://git.tcpdump.org/tcpdump |
| Project | tcpdump |
| Branch | master |
| Revision | e44d0f78b1bead472da10e998d5186f8e74946bc |
Comments
OpenFlow: Fix a ND_ICHECKMSG_U() output
Avoid \n and \t in ND_ICHECKMSG_U() first parameter and spaces at the
beginning of it.
e.g.
Before:
[
port def. length 33 < 48] (invalid)
After:
[port def. length 33 < 48] (invalid)
Changed files
- print-openflow-1.0.c