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

« back to all changes in this revision

Viewing changes to asn1/inap/packet-inap-template.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:
3
3
 * Copyright 2004, Tim Endean <endeant@hotmail.com>
4
4
 * Built from the gsm-map dissector Copyright 2004, Anders Broman <anders.broman@ericsson.com>
5
5
 *
6
 
 * $Id: packet-inap-template.c 18418 2006-06-10 00:26:48Z guy $
 
6
 * $Id: packet-inap-template.c 20311 2007-01-04 20:15:22Z etxrab $
7
7
 * Wireshark - Network traffic analyzer
8
8
 * By Gerald Combs <gerald@wireshark.org>
9
9
 * Copyright 1998 Gerald Combs
68
68
static range_t *global_ssn_range;
69
69
static range_t *ssn_range;
70
70
 
71
 
dissector_handle_t      inap_handle;
 
71
static dissector_handle_t       inap_handle;
72
72
 
73
73
/* Initialize the subtree pointers */
74
74
static gint ett_inap = -1;
690
690
 
691
691
  /* Register protocol */
692
692
  proto_inap = proto_register_protocol(PNAME, PSNAME, PFNAME);
693
 
/*XXX  register_dissector("inap", dissect_inap, proto_inap);*/
 
693
  register_dissector("inap", dissect_inap, proto_inap);
694
694
  /* Register fields and subtrees */
695
695
  proto_register_field_array(proto_inap, hf, array_length(hf));
696
696
  proto_register_subtree_array(ett, array_length(ett));