~ubuntu-branches/ubuntu/quantal/scamper/quantal

« back to all changes in this revision

Viewing changes to scamper/scamper_icmp_resp.c

  • Committer: Package Import Robot
  • Author(s): Matt Brown
  • Date: 2012-04-04 22:50:19 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120404225019-ogfcj69p9s2qz8j6
Tags: 20111202b-1
* New upstream release
* Removes libscamperfile dependency from the main scamper binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * scamper_icmp_resp.c
3
3
 *
4
 
 * $Id: scamper_icmp_resp.c,v 1.27 2011/02/16 03:27:27 mjl Exp $
 
4
 * $Id: scamper_icmp_resp.c,v 1.28 2011/09/16 03:15:44 mjl Exp $
5
5
 *
6
 
 * Copyright (C) 2005-2011 The University of Waikato
 
6
 * Copyright (C) 2005-2006 Matthew Luckie
 
7
 * Copyright (C) 2006-2011 The University of Waikato
7
8
 * Author: Matthew Luckie
8
9
 *
9
10
 * This program is free software; you can redistribute it and/or modify
23
24
 
24
25
#ifndef lint
25
26
static const char rcsid[] =
26
 
  "$Id: scamper_icmp_resp.c,v 1.27 2011/02/16 03:27:27 mjl Exp $";
 
27
  "$Id: scamper_icmp_resp.c,v 1.28 2011/09/16 03:15:44 mjl Exp $";
27
28
#endif
28
29
 
29
30
#ifdef HAVE_CONFIG_H