~ubuntu-branches/ubuntu/quantal/ksniffer/quantal

« back to all changes in this revision

Viewing changes to ksniffer/protocols/arp-protocol.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-03-28 16:08:20 UTC
  • mfrom: (1.1.5 upstream) (11.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080328160820-js0e2fuodvt9yme9
Tags: 0.3.2-1ubuntu1
* Sync with debian.
* Added kubuntu_01_kdesudo.diff. Ksniffer now works when started
  inside a kprocess, and therefore works with kdesudo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
 
 *   Copyright (C) 2004-2007 by Giovanni Venturi                           *
 
2
 *   Copyright (C) 2004-2008 by Giovanni Venturi                           *
3
3
 *   giovanni@ksniffer.org                                                 *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
42
42
  QString senderIpAddress() const;
43
43
  QString targetMacAddress() const;
44
44
  QString targetIpAddress() const;
45
 
  QString strProtocol() const;
 
45
  QString protocolName() const;
 
46
  QString strInfo() const;
46
47
 
47
48
  QStringList headerLines() const;
48
49