Skip to content

Commit

Permalink
Update output_fmt.c
Browse files Browse the repository at this point in the history
Corrected xdap string from X-Src to X-Dst
  • Loading branch information
paineta authored Sep 6, 2024
1 parent dc85e39 commit 76aa13a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 76aa13a

Please sign in to comment.