summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-30 00:43:46 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-30 00:43:46 +0000
commitaa452c378f1d06038c4f33fcc7cd703e74d7b73a (patch)
tree26629fbbca0d13a889c11c5926c22b4bb6979261 /ui
parent1e6927dbb38c8c854510f5763321013d2c67dfe5 (diff)
downloadwireshark-aa452c378f1d06038c4f33fcc7cd703e74d7b73a.tar.gz
Set SVN properties.
svn path=/trunk/; revision=52976
Diffstat (limited to 'ui')
-rw-r--r--ui/tap-sctp-analysis.c10
-rw-r--r--ui/tap-sctp-analysis.h12
2 files changed, 11 insertions, 11 deletions
diff --git a/ui/tap-sctp-analysis.c b/ui/tap-sctp-analysis.c
index a45f39b51b..8d702b5b8e 100644
--- a/ui/tap-sctp-analysis.c
+++ b/ui/tap-sctp-analysis.c
@@ -1,7 +1,7 @@
/*
* Copyright 2004, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de>
*
- * $Id: sctp_stat.c 52814 2013-10-24 14:32:22Z tuexen $
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -800,9 +800,9 @@ packet(void *tapdata _U_, packet_info *pinfo , epan_dissect_t *edt _U_ , const v
forwardchunk = TRUE;
length = tvb_get_ntohs(sctp_info->tvb[chunk_number], CHUNK_LENGTH_OFFSET);
info->n_forward_chunks++;
- }
+ }
if (datachunk || forwardchunk)
- {
+ {
tsnumber = tvb_get_ntohl((sctp_info->tvb)[chunk_number], DATA_CHUNK_TSN_OFFSET);
if (tsnumber < info->min_tsn1)
@@ -1147,7 +1147,7 @@ packet(void *tapdata _U_, packet_info *pinfo , epan_dissect_t *edt _U_ , const v
info->n_forward_chunks++;
}
tsn->tsns = g_list_append(tsn->tsns, t_s_n);
-
+
tsn_s = (struct tsn_sort *)g_malloc(sizeof(struct tsn_sort));
tsn_s->tsnumber = tsnumber;
tsn_s->secs = tsn->secs = (guint32)pinfo->rel_ts.secs;
@@ -1367,7 +1367,7 @@ const sctp_allassocs_info_t* sctp_stat_get_info(void)
}
-/*static void
+/*static void
sctp_update(void *dummy _U_)
{
if (get_stat_dlg()!=NULL)
diff --git a/ui/tap-sctp-analysis.h b/ui/tap-sctp-analysis.h
index 7f03091407..9d46aba080 100644
--- a/ui/tap-sctp-analysis.h
+++ b/ui/tap-sctp-analysis.h
@@ -1,7 +1,7 @@
-/*
+/*
* Copyright 2004, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de>
*
- * $Id: sctp_stat.h 52814 2013-10-24 14:32:22Z tuexen $
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __TAP_SCTP_ANALYSIS_H__
-#define __TAP_SCTP_ANALYSIS_H__
+#ifndef __TAP_SCTP_ANALYSIS_H__
+#define __TAP_SCTP_ANALYSIS_H__
#include <epan/dissectors/packet-sctp.h>
#include <epan/address.h>
@@ -52,7 +52,7 @@
#define SCTP_ECNE_CHUNK_ID 12
#define SCTP_CWR_CHUNK_ID 13
#define SCTP_SHUTDOWN_COMPLETE_CHUNK_ID 14
-#define SCTP_AUTH_CHUNK_ID 15
+#define SCTP_AUTH_CHUNK_ID 15
#define SCTP_NR_SACK_CHUNK_ID 16
#define SCTP_FORWARD_TSN_CHUNK_ID 0xc0
#define SCTP_ASCONF_ACK_CHUNK_ID 0x80
@@ -312,5 +312,5 @@ const sctp_assoc_info_t* get_selected_assoc(void);
-
+
#endif /* __TAP_SCTP_ANALYSIS_H__ */