summaryrefslogtreecommitdiff
path: root/ui/tap-sequence-analysis.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-05 23:40:42 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-06 03:42:51 +0000
commit07844512004aacc0a9ecc01ade01081f59a24c64 (patch)
tree141ab3924ae8d7ebad5675fc274daf955538b9cc /ui/tap-sequence-analysis.h
parent07698d536b72f5267ebe654b0b0cbc394b713ce1 (diff)
downloadwireshark-07844512004aacc0a9ecc01ade01081f59a24c64.tar.gz
Adjust some whitespace to match editor modelines.
Change-Id: I9fda7de49255857cc1cf270d6202c85573d91674 Reviewed-on: https://code.wireshark.org/review/4490 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/tap-sequence-analysis.h')
-rw-r--r--ui/tap-sequence-analysis.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/tap-sequence-analysis.h b/ui/tap-sequence-analysis.h
index ab359d958f..b8d03f8bc2 100644
--- a/ui/tap-sequence-analysis.h
+++ b/ui/tap-sequence-analysis.h
@@ -50,19 +50,19 @@ typedef enum seq_analysis_type_ {
/** defines an entry for the graph analysis */
typedef struct _seq_analysis_item {
- frame_data *fd; /**< Holds the frame number and time information */
+ frame_data *fd; /**< Holds the frame number and time information */
address src_addr;
guint16 port_src;
address dst_addr;
guint16 port_dst;
- gchar *frame_label; /**< the label on top of the arrow */
- gchar *time_str; /**< timestamp */
- gchar *comment; /**< a comment that appears at the right of the graph */
- guint16 conv_num; /**< the conversation number, each conversation will be colored */
- gboolean display; /**< indicate if the packet is displayed or not in the graph */
- guint16 src_node; /**< this is used by graph_analysis.c to identify the node */
- guint16 dst_node; /**< a node is an IP address that will be displayed in columns */
- guint16 line_style; /**< the arrow line width in pixels*/
+ gchar *frame_label; /**< the label on top of the arrow */
+ gchar *time_str; /**< timestamp */
+ gchar *comment; /**< a comment that appears at the right of the graph */
+ guint16 conv_num; /**< the conversation number, each conversation will be colored */
+ gboolean display; /**< indicate if the packet is displayed or not in the graph */
+ guint16 src_node; /**< this is used by graph_analysis.c to identify the node */
+ guint16 dst_node; /**< a node is an IP address that will be displayed in columns */
+ guint16 line_style; /**< the arrow line width in pixels*/
} seq_analysis_item_t;
/** defines the graph analysis structure */