aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.h
diff options
context:
space:
mode:
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