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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-gsm_map.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
/* Do not modify this file.                                                   */
2
2
/* It is created automatically by the ASN.1 to Wireshark dissector compiler   */
3
 
/* .\packet-gsm_map.c                                                         */
 
3
/* ./packet-gsm_map.c                                                         */
4
4
/* ../../tools/asn2wrs.py -b -e -p gsm_map -c gsmmap.cnf -s packet-gsm_map-template GSMMAP.asn */
5
5
 
6
6
/* Input file: packet-gsm_map-template.c */
13
13
 * Felix Fei <felix.fei [AT] utstar.com>
14
14
 * and Michael Lum <mlum [AT] telostech.com>
15
15
 *
16
 
 * $Id: packet-gsm_map.c 19341 2006-09-27 20:06:06Z etxrab $
 
16
 * $Id: packet-gsm_map.c 20062 2006-12-07 20:34:08Z etxrab $
17
17
 *
18
18
 * Wireshark - Network traffic analyzer
19
19
 * By Gerald Combs <gerald@wireshark.org>
1389
1389
#line 157 "packet-gsm_map-template.c"
1390
1390
 
1391
1391
static dissector_table_t        sms_dissector_table;    /* SMS TPDU */
1392
 
static dissector_handle_t data_handle;
1393
 
static dissector_handle_t ranap_handle;
 
1392
static dissector_handle_t       data_handle;
 
1393
static dissector_handle_t       ranap_handle;
 
1394
static dissector_handle_t       map_handle;
1394
1395
 
1395
1396
/* Preferenc settings default */
1396
1397
gboolean old_gsm_map_version = FALSE;
1397
1398
#define MAX_SSN 254
1398
1399
static range_t *global_ssn_range;
1399
1400
static range_t *ssn_range;
1400
 
dissector_handle_t      map_handle;
1401
1401
 
1402
1402
/* Global variables */
1403
1403
static guint32 opcode=0;