aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-09-08 19:01:41 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-09-08 19:01:41 +0000
commit4c6864b29b5f909bcec4dda6cfad72ef8a561a93 (patch)
tree462c6b74aa97db750198201abf6cd106ce033f8d /epan/dissectors/packet-afp.h
parent390927ce12af637d46f892618203090cf6376e16 (diff)
From Frank Lahm via bug #5169: Provide initial support for the undocumented
AFP FPSpotlightRPC call. svn path=/trunk/; revision=34083
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