Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros
ws_padding_to.h File Reference

Go to the source code of this file.

Macros

#define WS_PADDING_TO_2(n)   ((2U - ((n) % 2U)) % 2U)
 
#define WS_PADDING_TO_4(n)   ((4U - ((n) % 4U)) % 4U)
 
#define WS_PADDING_TO_8(n)   ((8U - ((n) % 8U)) % 8U)
 
#define WS_PADDING_TO_16(n)   ((16U - ((n) % 16U)) % 16U)
 
#define WS_PADDING_TO_32(n)   ((32U - ((n) % 32U)) % 32U)
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later