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

« back to all changes in this revision

Viewing changes to gtk/expert_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:
3
3
 * 
4
4
 * Implemented as a tap listener to the "expert" tap.
5
5
 *
6
 
 * $Id: expert_dlg.c 19104 2006-08-31 22:56:38Z ulfl $
 
6
 * $Id: expert_dlg.c 19895 2006-11-14 20:32:29Z jmayer $
7
7
 *
8
8
 * Wireshark - Network traffic analyzer
9
9
 * By Gerald Combs <gerald@wireshark.org>
59
59
#include <epan/prefs.h>
60
60
#include "colors.h"
61
61
#include "proto_draw.h"
62
 
#include <epan/emem.h>
63
62
 
64
63
 
65
64