aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-06 19:28:39 +0200
committerMichael Mann <mmann78@netscape.net>2014-04-06 17:56:49 +0000
commit5a67479bff973df068301e5d07ec8918a58f3ce8 (patch)
tree67c5a38747fc34d243b56b0700721f0988ba455e /epan/frame_data.h
parent85aa07157a072f6627b019b18ec7e769844f3930 (diff)
Fix indent (use 2 spaces) and add modelinse info for frame_data.h
Change-Id: Ib9eced1b652345cd40edb96ddde092f41a8f669c Reviewed-on: https://code.wireshark.org/review/986 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 8c953ca07d..9722f094c2 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -49,8 +49,8 @@ struct wtap_pkthdr;
/* Types of character encodings */
typedef enum {
- PACKET_CHAR_ENC_CHAR_ASCII = 0, /* ASCII */
- PACKET_CHAR_ENC_CHAR_EBCDIC = 1 /* EBCDIC */
+ PACKET_CHAR_ENC_CHAR_ASCII = 0, /* ASCII */
+ PACKET_CHAR_ENC_CHAR_EBCDIC = 1 /* EBCDIC */
} packet_char_enc;
/** The frame number is the ordinal number of the frame in the capture, so
@@ -119,3 +119,16 @@ WS_DLL_PUBLIC void frame_data_set_after_dissect(frame_data *fdata,
/** @} */
#endif /* __FRAME_DATA__ */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */