aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-05-06 20:25:50 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2017-05-07 15:34:06 +0000
commit47b1a98f09b81ad8d090a01d73eda1ebc7b1abc6 (patch)
tree4487a67f4cc76eaa56bce2787090454908cc5c75 /epan/dissectors
parent2aa3adf55900bb290f7a28d4121fbb63d74508e4 (diff)
gif: (trivial) fix a typo
The trailer byte is 0x3b, not 0xb3. Change-Id: I9b2d21f369957fc0c4eb5ff376c4aa7fbdc28c9e Reviewed-on: https://code.wireshark.org/review/21542 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/file-gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-gif.c b/epan/dissectors/file-gif.c
index 87acfbc1b5..eb10883192 100644
--- a/epan/dissectors/file-gif.c
+++ b/epan/dissectors/file-gif.c
@@ -460,7 +460,7 @@ dissect_gif(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
*
*
* GIF terminator
- * This is a synchronization method, based on the final character 0xB3
+ * This is a synchronization method, based on the final character 0x3B
* (';') at the end of an image
*
*