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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-giop.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:
9
9
 * Frank Singleton <frank.singleton@ericsson.com>
10
10
 * Trevor Shepherd <eustrsd@am1.ericsson.se>
11
11
 *
12
 
 * $Id: packet-giop.c 18196 2006-05-21 04:49:01Z sahlberg $
 
12
 * $Id: packet-giop.c 20198 2006-12-22 14:48:51Z jake $
13
13
 *
14
14
 * Wireshark - Network traffic analyzer
15
15
 * By Gerald Combs <gerald@wireshark.org>
3586
3586
   * GIOP octet stream start.
3587
3587
   */
3588
3588
 
3589
 
  set_new_alignment(&offset, GIOP_HEADER_SIZE, 8);
 
3589
  if (tvb_reported_length_remaining(tvb, offset) > 0)
 
3590
  {
 
3591
    set_new_alignment(&offset, GIOP_HEADER_SIZE, 8);
 
3592
  }
3590
3593
 
3591
3594
  /*
3592
3595
   * Save FN,reqid,and operation for later. Add sub_handle later.
4008
4011
}
4009
4012
 
4010
4013
static guint
4011
 
get_giop_pdu_len(tvbuff_t *tvb, int offset)
 
4014
get_giop_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
4012
4015
{
4013
4016
 
4014
4017
        MessageHeader header;