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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-rsync.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
 * [ very rough, but mininally functional ]
4
4
 * Copyright 2003, Brad Hards <bradh@frogmouth.net>
5
5
 *
6
 
 * $Id: packet-rsync.c 18196 2006-05-21 04:49:01Z sahlberg $
 
6
 * $Id: packet-rsync.c 20062 2006-12-07 20:34:08Z etxrab $
7
7
 *
8
8
 * Wireshark - Network traffic analyzer
9
9
 * By Gerald Combs <gerald@wireshark.org>
77
77
 
78
78
static gint ett_rsync = -1;
79
79
 
80
 
dissector_handle_t rsync_handle;
 
80
static dissector_handle_t rsync_handle;
81
81
 
82
82
 
83
83
#define TCP_PORT_RSYNC  873