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

« back to all changes in this revision

Viewing changes to gtk/summary_dlg.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:
1
1
/* summary_dlg.c
2
2
 * Routines for capture file summary window
3
3
 *
4
 
 * $Id: summary_dlg.c 18205 2006-05-22 07:29:40Z guy $
 
4
 * $Id: summary_dlg.c 19814 2006-11-05 22:46:44Z ulfl $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
144
144
  add_string_to_table(table, &row, "Name:", string_buff);
145
145
 
146
146
  /* length */
147
 
  g_snprintf(string_buff, SUM_STR_MAX, "%lu bytes", summary.file_length);
 
147
  g_snprintf(string_buff, SUM_STR_MAX, "%lld bytes", summary.file_length);
148
148
  add_string_to_table(table, &row, "Length:", string_buff);
149
149
 
150
150
  /* format */