aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-08 19:01:41 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-08 19:01:41 +0000
commit7582937ff59837656a40165463abcaa277d1a0a1 (patch)
tree462c6b74aa97db750198201abf6cd106ce033f8d /epan/dissectors/packet-afp.h
parentf9619e68fac9a11ca4eabc6551d8f244dbd42396 (diff)
From Frank Lahm via bug #5169: Provide initial support for the undocumented
AFP FPSpotlightRPC call. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34083 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afp.h')
-rw-r--r--epan/dissectors/packet-afp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-afp.h b/epan/dissectors/packet-afp.h
index fe41f9c4b1..818f014b50 100644
--- a/epan/dissectors/packet-afp.h
+++ b/epan/dissectors/packet-afp.h
@@ -135,6 +135,7 @@ typedef struct {
guint8 command;
guint32 frame_req, frame_res;
nstime_t req_time;
+ guint32 spotlight_req_command; /* Need this in the reply */
} afp_request_val;
#endif