aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gelf.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-27 22:56:45 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-08-29 19:31:11 +0000
commitb8a773dddc50b4c321f060c8a4f8aa12f851f05a (patch)
tree7d8798e18c42cd0e4c1a811263c04b5d9ead7112 /epan/dissectors/packet-gelf.c
parent97ade16979592a756795d667de2ff217a5a44dd4 (diff)
Fix some spelling errors in dissector strings.
A first batch of spelling errors, detected using a script that uses pyspellcheck and a Wireshark-specific dictionary file.
Diffstat (limited to 'epan/dissectors/packet-gelf.c')
-rw-r--r--epan/dissectors/packet-gelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gelf.c b/epan/dissectors/packet-gelf.c
index 35456479dc..5642cee747 100644
--- a/epan/dissectors/packet-gelf.c
+++ b/epan/dissectors/packet-gelf.c
@@ -22,7 +22,7 @@
/* not sure if this really used
seen this here: https://github.com/lusis/gelfd/blob/229cf5f1f913a35db648b195300d1aaae841d522/lib/gelfd.rb#L7 */
#define HEADER_UNCOMPRESSED 0x1f3c
-#define HEADER_UNCOMPRESSED_PLAIN 0x7b22 // {", json payload without real header
+#define HEADER_UNCOMPRESSED_PLAIN 0x7b22 // json payload without real header
/* minimal size of json message with only required fields */
#define MIN_PLAIN_MSG 48