Skip to content

Commit

Permalink
Fix #429. Correct header line for %dloc
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Mar 4, 2023
1 parent 3e5aa64 commit ebbdf30
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 @@ -418,7 +418,7 @@ static struct format_token_list_s {
{"%sc", 0, "SC", String_SrcCountry}, // src IP 2 letter country code
{"%dc", 0, "DC", String_DstCountry}, // dst IP 2 letter country code
{"%sloc", 0, "Src IP location info", String_SrcLocation}, // src IP geo location info
{"%dloc", 0, "Src IP location info", String_DstLocation}, // src IP geo location info
{"%dloc", 0, "Dst IP location info", String_DstLocation}, // dst IP geo location info
{"%n", 0, "", String_NewLine}, // \n
{"%ipl", 0, "", String_inPayload}, // in payload
{"%opl", 0, "", String_outPayload}, // out payload
Expand Down

0 comments on commit ebbdf30

Please sign in to comment.