** following commands used to create sharedobjects files and link to the binary
gcc -c -Wall -Werror -fPIC udp6.c
gcc -shared -o libudp6.so udp6.o
gcc -L/home/acklio/Desktop/Trial/udp6sh -Wall test.c -o test -ludp6
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:pwd
sudo ldconfig pwd
ldconfig -p | grep udp
sudo ./test
-
Notifications
You must be signed in to change notification settings - Fork 1
arun1587/udp6
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
library to send raw ipv6 packets
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published