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

« back to all changes in this revision

Viewing changes to gtk/gsm_map_summary.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:
6
6
 *
7
7
 * Modified from summary_dlg.c
8
8
 *
9
 
 * $Id: gsm_map_summary.c 18197 2006-05-21 05:12:17Z sahlberg $
 
9
 * $Id: gsm_map_summary.c 19814 2006-11-05 22:46:44Z ulfl $
10
10
 *
11
11
 * Wireshark - Network traffic analyzer
12
12
 * By Gerald Combs <gerald@wireshark.org>
110
110
  add_string_to_box(string_buff, file_box);
111
111
 
112
112
  /* length */
113
 
  g_snprintf(string_buff, SUM_STR_MAX, "Length: %lu", summary.file_length);
 
113
  g_snprintf(string_buff, SUM_STR_MAX, "Length: %lld", summary.file_length);
114
114
  add_string_to_box(string_buff, file_box);
115
115
 
116
116
  /* format */