Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #267194

Category tcpdump
Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@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