~hrvojem/percona-playback/bug1034527

« back to all changes in this revision

Viewing changes to percona_playback/tcpdump/sniff_headers.h

  • Committer: Stewart Smith
  • Date: 2012-07-05 00:28:51 UTC
  • Revision ID: stewart@flamingspork.com-20120705002851-jvx3i79soezwiu21
clarify license in tcpdump sniff_headers.h after having conferred with Daniel Nichter (the author)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* BEGIN LICENSE
 
2
 * Copyright (C) 2006 Daniel Nichter
 
3
 * This program is free software: you can redistribute it and/or modify it
 
4
 * under the terms of the GNU General Public License version 2, as published
 
5
 * by the Free Software Foundation.
 
6
 *
 
7
 * This program is distributed in the hope that it will be useful, but
 
8
 * WITHOUT ANY WARRANTY; without even the implied warranties of
 
9
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
10
 * PURPOSE.  See the GNU General Public License for more details.
 
11
 *
 
12
 * You should have received a copy of the GNU General Public License along
 
13
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
14
 * END LICENSE */
 
15
 
1
16
/* ethernet headers are always exactly 14 bytes [1] */
2
17
#define SIZE_ETHERNET 14
3
18