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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-ndmp.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:
5
5
 * Routines for NDMP dissection
6
6
 * 2001 Ronnie Sahlberg (see AUTHORS for email)
7
7
 *
8
 
 * $Id: packet-ndmp.c 19525 2006-10-14 09:18:24Z sahlberg $
 
8
 * $Id: packet-ndmp.c 19751 2006-10-31 09:29:07Z sahlberg $
9
9
 *
10
10
 * Wireshark - Network traffic analyzer
11
11
 * By Gerald Combs <gerald@wireshark.org>
3015
3015
}
3016
3016
 
3017
3017
static guint
3018
 
get_ndmp_pdu_len(tvbuff_t *tvb, int offset)
 
3018
get_ndmp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
3019
3019
{
3020
3020
  guint len;
3021
3021