Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update output_fmt.c #564

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/output/output_fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static struct format_entry_s {
{"%xsa", 0, " X-late Src IP", String_xlateSrcAddr}, // NSEL XLATE src IP
{"%xda", 0, " X-late Dst IP", String_xlateDstAddr}, // NSEL XLATE dst IP
{"%xsap", 1, " X-Src IP Addr:Port ", String_xlateSrcAddrPort}, // NSEL Xlate Source Address:Port
{"%xdap", 1, " X-Src IP Addr:Port ", String_xlateDstAddrPort}, // NSEL Xlate Destination Address:Port
{"%xdap", 1, " X-Dst IP Addr:Port ", String_xlateDstAddrPort}, // NSEL Xlate Destination Address:Port
// NAT devices
{"%nsa", 0, " X-late Src IP", String_xlateSrcAddr}, // NAT XLATE src IP
{"%nda", 0, " X-late Dst IP", String_xlateDstAddr}, // NAT XLATE dst IP
Expand Down
Loading