Skip to content

Instantly share code, notes, and snippets.

@dsturnbull
Last active December 25, 2015 05:59
Show Gist options
  • Save dsturnbull/6927997 to your computer and use it in GitHub Desktop.
Save dsturnbull/6927997 to your computer and use it in GitHub Desktop.
diff --git a/epan/dissectors/packet-gluster.h b/epan/dissectors/packet-gluster.h
index f023f62..1b18621 100644
--- a/epan/dissectors/packet-gluster.h
+++ b/epan/dissectors/packet-gluster.h
@@ -354,19 +354,6 @@ enum gf_fop_procnum {
GFS3_OP_MAXVALUE
};
-/* dir-entry types from libglusterfs/src/compat.h */
-enum gluster_entry_types {
- DT_UNKNOWN = 0,
- DT_FIFO = 1,
- DT_CHR = 2,
- DT_DIR = 4,
- DT_BLK = 6,
- DT_REG = 8,
- DT_LNK = 10,
- DT_SOCK = 12,
- DT_WHT = 14
-};
-
/* LOCKING operators come from libglusterfs/src/glusterfs.h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment