From aa452c378f1d06038c4f33fcc7cd703e74d7b73a Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 30 Oct 2013 00:43:46 +0000 Subject: Set SVN properties. svn path=/trunk/; revision=52976 --- ui/tap-sctp-analysis.c | 10 +++++----- ui/tap-sctp-analysis.h | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'ui') 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 * - * $Id: sctp_stat.c 52814 2013-10-24 14:32:22Z tuexen $ + * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs @@ -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 * - * $Id: sctp_stat.h 52814 2013-10-24 14:32:22Z tuexen $ + * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs @@ -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 #include @@ -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__ */ -- cgit v1.2.1