Skip to content

Commit

Permalink
Merge pull request #564 from paineta/master
Browse files Browse the repository at this point in the history
Fix typo in  output_fmt.c
  • Loading branch information
phaag authored Sep 7, 2024
2 parents dc85e39 + 76aa13a commit 0e80ef2
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 0e80ef2

Please sign in to comment.