aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-04-03 10:51:53 -0700
committerGuy Harris <gharris@sonic.net>2020-04-03 17:52:30 +0000
commit5a9c86f5a7baf92214011f4257258d6b2bafc09a (patch)
tree787df9b702e00d7f4aee6ce2ea3ac065cf327673
parent2f514106ea4b5ce4fe00dbe960fc8912782fb7aa (diff)
OICQ: Add command 0x03f7 as "Withdraw message"
Taken from pull request https://github.com/boundary/wireshark/pull/2 by ShieLan, from the boundary/wireshark repository. Change-Id: Ib93a888de543eb74bf11483120afc240c5519eab Reviewed-on: https://code.wireshark.org/review/36688 Reviewed-by: Guy Harris <gharris@sonic.net>
-rw-r--r--epan/dissectors/packet-oicq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-oicq.c b/epan/dissectors/packet-oicq.c
index 721f97e4b9..0e500a6c93 100644
--- a/epan/dissectors/packet-oicq.c
+++ b/epan/dissectors/packet-oicq.c
@@ -90,6 +90,7 @@ static const value_string oicq_command_vals[] = {
{ 0x0080, "Receive system message" },
{ 0x0081, "Get status of friend" },
{ 0x00b5, "Get friend's status of group" },
+ { 0x03f7, "Withdraw message" },
{ 0, NULL }
};