~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to utils/addMacAddress.c

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
#include <stdio.h>
21
21
#include <gdbm.h>
 
22
#include <stdlib.h>
 
23
#include <string.h>
22
24
 
23
25
void usage(char *progName) {
24
26
  printf("Usage: %s <MAC ADDRESS [17 chars]> "