https://github.com/mkirchner/libpal
The Packet Assembly Library (2002)
https://github.com/mkirchner/libpal
Last synced: 3 months ago
JSON representation
The Packet Assembly Library (2002)
- Host: GitHub
- URL: https://github.com/mkirchner/libpal
- Owner: mkirchner
- License: lgpl-2.1
- Created: 2020-01-15T01:30:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T01:30:51.000Z (over 5 years ago)
- Last Synced: 2025-01-20T08:36:49.454Z (5 months ago)
- Language: C
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
$Id: README,v 1.6 2002/05/06 15:43:15 mkirchner Exp $
-=[ Introduction ]=-
Libpal is inteded to be an easy-to-use packet assembly library. It provides
an interface consinsting of several functions which can be found in packet.h.
Documentation is located in doc/. Still not enough, but should get most people
started. Please contribute!-=[ Constraints ]=-
At the moment the only supported platform is Linux/i386. I hope this will soon
change.-=[ How to compile ]=-
On Linux/i386:
To change installation target directory, please edit the
PREFIX variable in "Makefile". Default is /usr/local
Using "make" both, shared as well as static libraries will
be built and installed.
Use "make shared" or "make static" if you want only shared/
static libs to be built.make
su -
make installOn other platforms: 1. modify code until it works
2. modify Makefile
3. compile
4. test
5. mailto: [email protected]
6. or join libpal development @ sourceforge
7. thanks.-=[ Comments ]=-
Any help is appreciated.
[email protected]-=[ History ]=-
v0.1.3a: * added IP option support
v0.1.2a: * all kinds of ICMP packets can now be generated
* included some lines of documentation.
* IP options support still missing - next thing to be donev0.1.1a: ICMP support included. Still much to be done.
v0.1a: initial release. no ICMP support, platform Linux/i386