aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-03-25 22:53:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-03-25 22:53:35 +0000
commit747b009566f7f830c08301d48a5267017fe26f54 (patch)
tree69776f88b77fff5fa41e55b1105a609b3a80e008 /epan/dissectors/packet-usb.h
parent07d6794bea3dadc612b70d5f16cf52da2d1d1081 (diff)
From Jon Smirl
change the private data pointer name from masstorage to class_data since there will be future class specific dissectors that will also want to hang some extra data off these structures svn path=/trunk/; revision=21193
Diffstat (limited to 'epan/dissectors/packet-usb.h')
-rw-r--r--epan/dissectors/packet-usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usb.h b/epan/dissectors/packet-usb.h
index 9bf0c3aa85..8c3271e2d9 100644
--- a/epan/dissectors/packet-usb.h
+++ b/epan/dissectors/packet-usb.h
@@ -61,8 +61,8 @@ typedef struct _usb_trans_info_t {
struct _usb_conv_info_t {
guint16 class; /* class for this conversation */
emem_tree_t *transactions;
- void *masstorage; /* mass storage data */
usb_trans_info_t *usb_trans_info; /* pointer to the current transaction */
+ void *class_data; /* private class/id decode data */
};
/* This is what a tap will tap */