Sponsored Content
Top Forums Programming Why am i getting these strange packets while running my packet capture module written in c.? Post 302769209 by DGPickett on Monday 11th of February 2013 02:06:50 PM
Old 02-11-2013
Maybe not IP packets?

Is it different if you check for ipv6 explicitly?

Last edited by DGPickett; 02-11-2013 at 03:16 PM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to capture multicast packets using snoop

How do I use snoop command to capture multicast packets in the network? (1 Reply)
Discussion started by: caden312
1 Replies

2. AIX

Capture Network Packets from AIX

Hi, I am using smitty to create and configure a print queue. I am giving a print of a text file to the print queue created. I am using this in network. How to capture network packets of the print from AIX to the printer and printer to AIX. I tried Wireshark to capture network packets. I am... (16 Replies)
Discussion started by: meeraramanathan
16 Replies

3. Infrastructure Monitoring

capture snmp packets in AIX

Hi, I want to capture snmp packets in AIX. When i give print from AIX6.1, Printer will give its response thru' snmp. I used iptrace command like below, but it is not capturing snmp packets other packets are captured like udp, tcp.. 1. iptrace command: /usr/sbin/iptrace -a -i en0... (1 Reply)
Discussion started by: meeraramanathan
1 Replies

4. IP Networking

Capture packets (TcpDump) and forwarding them

Hi, I want to capture a certain type of packets (selected according to the protocol) coming to my PC and then transmit them to another PC. I had the idea to use tcpdump to filter input packets and extract those chosen. Well my questions are: 1- after filtering input packets, those that have not... (1 Reply)
Discussion started by: ziedf
1 Replies

5. Programming

Receiving broadcast packets using packet socket

Hello I try to send DHCP RENEW packets to the network and receive the responses. I broadcast the packet and I can see that it's successfully sent using Wireshark. But I have difficulties receiving the responses.I use packet sockets to catch the packets. I can see that there are responses to my... (0 Replies)
Discussion started by: xyzt
0 Replies

6. Programming

packet capture

can anyone tell me how can i capture the packets. i have tried ethernet software to capture them but its not doing what i want it to do it (1 Reply)
Discussion started by: dazdseg
1 Replies

7. Programming

Linking Linux Driver written in C with ASM module

Hi, I have got sample linux driver written in C. I got also some assembly code, compiled into .o file (using as compiler). In my Makefile I got: obj-m += someDriver.o someDriver-objs := CFile1.o CFile2.o ASMFile.o default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modulesUnfortunatelly I cannot... (0 Replies)
Discussion started by: Chrisdot
0 Replies

8. UNIX for Advanced & Expert Users

How many packets can be written into Kernel sockets per second?

Hi, Its been a long time since i programmed a multithreaded application that can do Tx and Rx of datagrams over unix sockets. I well remember that though the threads were efficiently designed to be independent of each other, and was writing to different sockets, there was a limitation ,... (0 Replies)
Discussion started by: binnyjeshan
0 Replies
sys_attrs_ipv6(5)						File Formats Manual						 sys_attrs_ipv6(5)

NAME
sys_attrs_ipv6 - ipv6 subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Internet Protocol Version 6 (ipv6) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. A value that enables (1) or disables (0) rate-limiting of ICMPv6 errors (see RFC 2463). Default value: 1 (enabled) The maximum time, in milliseconds, to wait before sending ICMPv6 error packets to a particular destination IPv6 address. Default value: 1000 (milliseconds) Minimum value: 1 Maximum value: LONG_MAX, or 9 quintillion The minimum time, in milliseconds, to wait before sending ICMPv6 error packets to a particular destination IPv6 address. Default value: 100 (milliseconds) Minimum value: 1 Maximum value: LONG_MAX, or 9 quintillion The number of packets to send before starting the ICMPv6 error packet rate-limiting timers. Default value: 10 (packets) Minimum value: 0 Maximum value: INT_MAX, or 2 billion A value that enables (1) or disables (0) a system's ability to forward IPv6 packets that are not addressed to the system. This functionality is usually enabled by using the /usr/sbin/ip6_setup command. Default value: 0 (disabled) For systems functioning as routers, both ipv6forwarding and ipv6router attributes must be 1. For IPv6 hosts that want to forward source routed packets, the ipv6forwarding attribute must be 1. A value that enables (1) or disables (0) a system's ability to forward IPV6 packets that are not addressed to the system. This functionality is usually enabled by using the /usr/sbin/ip6_setup command. When enabled, Neighbor Advertisements from the system have the IsRouter flag set (see RFC 2461). Default value: 0 (disabled) For systems functioning as routers, both ipv6forwarding and ipv6router attributes must be 1. SEE ALSO
sys_attrs(5) RFC 2461, Neighbor Discovery for IP Version 6 (IPv6), Narten, T., Nordmark, E., December 1998 RFC 2463, Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6), Conta, A., Deering, S., December 1998 sys_attrs_ipv6(5)
All times are GMT -4. The time now is 07:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy