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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-dcm.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:
15
15
 *        offloading and you're capturing outgoing packets.
16
16
 *        This should probably be documented somewhere besides here.)
17
17
 *
18
 
 * $Id: packet-dcm.c 18196 2006-05-21 04:49:01Z sahlberg $
 
18
 * $Id: packet-dcm.c 19895 2006-11-14 20:32:29Z jmayer $
19
19
 *
20
20
 * Wireshark - Network traffic analyzer
21
21
 * By Gerald Combs <gerald@wireshark.org>
105
105
#include <epan/emem.h>
106
106
#include <epan/strutil.h>
107
107
#include <epan/conversation.h>
108
 
#include <epan/emem.h>
109
108
 
110
109
#include "packet-tcp.h"
111
110
 
595
594
}
596
595
 
597
596
static guint
598
 
dcm_get_pdu_len(tvbuff_t *tvb, int offset)
 
597
dcm_get_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
599
598
{
600
599
    guint32 len;
601
600