~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-s5066.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* packet-s5066.c
2
2
 * Routines for STANAG 5066 SIS layer packet disassembly
3
3
 *
4
 
 * $Id: packet-s5066.c 19210 2006-09-12 12:08:34Z sahlberg $
 
4
 * $Id: packet-s5066.c 19751 2006-10-31 09:29:07Z sahlberg $
5
5
 *
6
6
 * Copyright (c) 2005 by Menno Andriesse <s5066 [AT] nc3a.nato.int>
7
7
 *
40
40
void proto_reg_handoff_s5066(void);
41
41
/* Main dissectors */
42
42
static void dissect_s5066_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
43
 
static guint get_s5066_pdu_len(tvbuff_t *tvb, int offset);
 
43
static guint get_s5066_pdu_len(packet_info *pinfo, tvbuff_t *tvb, int offset);
44
44
static void dissect_s5066_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
45
45
/* Service type and address dissectors */
46
46
static guint dissect_s5066_servicetype(tvbuff_t *tvb, guint offset, proto_tree *tree);
1256
1256
}
1257
1257
 
1258
1258
static guint
1259
 
get_s5066_pdu_len(tvbuff_t *tvb, int offset)
 
1259
get_s5066_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
1260
1260
{
1261
1261
  guint16 plen;
1262
1262