Adjust some spacing ....

svn path=/trunk/; revision=27457
This commit is contained in:
Bill Meier 2009-02-15 21:55:03 +00:00
parent ace4af44fc
commit 6c47f763a3
2 changed files with 48 additions and 48 deletions

View File

@ -45,7 +45,7 @@ typedef struct _capture_file {
file_state state; /* Current state of capture file */ file_state state; /* Current state of capture file */
gchar *filename; /* Name of capture file */ gchar *filename; /* Name of capture file */
gboolean is_tempfile; /* Is capture file a temporary file? */ gboolean is_tempfile; /* Is capture file a temporary file? */
gboolean user_saved;/* If capture file is temporary, has it been saved by user yet? */ gboolean user_saved; /* If capture file is temporary, has it been saved by user yet? */
gint64 f_datalen; /* Size of capture file data (uncompressed) */ gint64 f_datalen; /* Size of capture file data (uncompressed) */
guint16 cd_t; /* File type of capture file */ guint16 cd_t; /* File type of capture file */
int lnk_t; /* Link-layer type with which to save capture */ int lnk_t; /* Link-layer type with which to save capture */
@ -55,7 +55,7 @@ typedef struct _capture_file {
int marked_count; /* Number of marked frames */ int marked_count; /* Number of marked frames */
gboolean drops_known; /* TRUE if we know how many packets were dropped */ gboolean drops_known; /* TRUE if we know how many packets were dropped */
guint32 drops; /* Dropped packets */ guint32 drops; /* Dropped packets */
nstime_t elapsed_time;/* Elapsed time */ nstime_t elapsed_time; /* Elapsed time */
gboolean has_snap; /* TRUE if maximum capture packet length is known */ gboolean has_snap; /* TRUE if maximum capture packet length is known */
int snap; /* Maximum captured packet length */ int snap; /* Maximum captured packet length */
wtap *wth; /* Wiretap session */ wtap *wth; /* Wiretap session */