Changeset a79ddbe
- Timestamp:
- 07/07/04 16:42:02 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 14a9d05
- Parents:
- 6dc0241
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/pcap2erf/pcap2erf.c
r167adf2 ra79ddbe 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 30 1 31 #include <stdio.h> 2 32 #include <stdlib.h> -
examples/protocol/protocol.c
rc792590 ra79ddbe 1 // $Id$ 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 2 30 3 31 #include <stdio.h> /* printf */ -
examples/rate/rate.c
r969163a ra79ddbe 1 // $Id$ 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 2 30 3 31 #include <stdio.h> -
examples/sample/sample.c
r2c060e3 ra79ddbe 1 // $Id$ 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 30 2 31 // 3 32 // This program takes a trace and outputs every packet that it sees to standard -
lib/fifo.c
r2c060e3 ra79ddbe 1 2 // $Id$ 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 3 30 4 31 #include <errno.h> -
lib/fifo.h
r2c060e3 ra79ddbe 1 // $Id$ 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 30 31 2 32 #ifndef _FIFO_H_ 3 33 #define _FIFO_H_ -
lib/libtrace.h
rc5a22ec ra79ddbe 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 30 1 31 #ifndef _LIBTRACE_H_ 2 32 #define _LIBTRACE_H_ -
lib/trace.c
rc5a22ec ra79ddbe 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 30 1 31 /** @file 2 32 * … … 7 37 * 8 38 */ 9 // $Id$10 39 #define _GNU_SOURCE 11 40 #include <assert.h> -
lib/wag.h
r2c060e3 ra79ddbe 1 /* 2 * This file is part of libtrace 3 * 4 * Copyright (c) 2004 The University of Waikato, Hamilton, New Zealand. 5 * Authors: Daniel Lawson 6 * Perry Lorier 7 * 8 * All rights reserved. 9 * 10 * This code has been developed by the University of Waikato WAND 11 * research group. For further information please see http://www.wand.net.nz/ 12 * 13 * libtrace is free software; you can redistribute it and/or modify 14 * it under the terms of the GNU General Public License as published by 15 * the Free Software Foundation; either version 2 of the License, or 16 * (at your option) any later version. 17 * 18 * libtrace is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with libtrace; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 * 27 * $Id$ 28 * 29 */ 1 30 #ifndef _WAG_H_ 2 31 #define _WAG_H_
Note: See TracChangeset
for help on using the changeset viewer.