| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
IS-REACH (varlength) TLVs if the TLV length indicates that there is at least a single byte on the wire
|
| |
|
|
|
|
| |
are 32-bit and not 16-bit wide
|
| |
|
|
|
|
| |
- fix EGP boundary testing
|
|
|
|
| |
verbose mode
|
|
|
|
| |
"-X" so that "-x" prints only hex, not hex and ASCII.
|
|
|
|
|
|
| |
"pcap_version", "pcap_debug", and "yydebug", don't add our own functions
referring to those variables - GCC 3.4.1 optimizes the test code out
before the link is done, as it's in a function that's not called.
|
|
|
|
|
|
|
|
|
| |
Check, and use, the supplied packet length in the PPPoE dissector. (It
reflects the actual packet length; snapend reflects the captured packet
length.)
As we're now doing bounds checks with TCHECK, the loop over the tagged
fields doesn't have to check against snapend.
|
| |
|
|
|
|
|
|
|
|
| |
revision 1.117
date: 2004/07/15 00:13:01; author: guy; state: Exp; lines: +3 -3
"sizeof()" could be "unsigned long" or "unsigned int"; cast it to
"unsigned long" and print it with "%lu", so it works in either case,
regardless of whether "long" is the same size as "int" or not.
|
|
|
|
| |
boundary checks.
|
|
|
|
|
|
| |
catch the self-set null pointer if handle_ctrl_proto()
stumbles across an unknown control-proto for which we
have no specific options decoder;
|
|
|
|
| |
if it's too long, and check for NFS only if the header length is OK.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
quit as soon as we see IPOPT_EOL;
*don't* quit as soon as we see IPOPT_NOP, just advance to the
next option, if any;
implement "quit" as "return the destination address from the IP
header rather than as "return 0".
Also, return the IP header destination address if we see a
source-routing option with a too-short length.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision 1.33
date: 2004/06/16 00:12:35; author: guy; state: Exp; lines: +29 -4
From Shinsuke Suzuki <suz@kame.net>: a patch to support some DHCPv6
options. It includes the following two features:
- decode the names of all the DHCPv6 Options defined in
RFC3315
- support DHCPv6-Lifetime option, as defined in
draft-ietf-dhc-lifetime-00.txt
Note that the latter doesn't have an official DHCPv6 type number, so
it's subject to change.
----------------------------
revision 1.32
date: 2004/01/21 03:53:08; author: itojun; state: Exp; lines: +8 -11
use official assigned numbers for DHCPv6 prefix delegation options.
suz@kame
|
|
|
|
|
|
|
|
|
|
|
|
| |
with the current IANA assignment (Apr 13 2004). It consists of the
following four parts:
- added inverse-neighbor-discovery (RFC3122)
- shift MTRACE-related type numbers, since it collides
with inverse-neighbor-discovery.
- added MLDv2 (draft-vida-mld-v2-08.txt)
- shifted Mobile-IPv6 numbers from interim value to the
official one. (draft-ietf-mobile-ipv6-24.txt)
|
|
|
|
| |
the time zone offset, so get it with "gmt2local()" if "tflag" is -3.
|
| |
|
|
|
|
| |
that it can be called up to 4 times in a given "printf()".
|
|
|
|
|
|
|
| |
revision 1.175
date: 2004/01/31 05:26:51; author: guy; state: Exp; lines: +6 -6
AC_LIBOBJ takes the name of an object file without the extension (as the
extension is platform-dependent).
|
|
|
|
| |
authentication trailer.
|
| |
|
|
|
|
|
|
|
| |
adapter name correctly on win32.
Modified some code so that windump retrieves the winpcap lib version
with "pcap_lib_version()" on win32.
Upgraded the Wpcap_version string to 3.1.
|
| |
|
| |
|
|
|
|
|
| |
routine that expects a "u_int *", and we never use it in a way that
requires it to be signed.
|
|
|
|
|
| |
in variables; this means we put them in host byte order only once, and
also gets rid of some "int format, long int argument" warnings.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
starting to adopt it.
Don't bother being backwards compatible to old value (17).
|
| |
|
| |
|
|
|
|
|
|
|
| |
Certain paths of upgrades for MacOS X can result in inconsistent library
and header.
Use correct prerequisites when checking for <netinet/if_ether.h>
Require autoconf 2.50 for AC_CHECK_TYPES.
|
|
|
|
|
| |
on a query like
IP 127.0.0.1.49859 > 127.0.0.1.53: 13041+ PTR? \[xdead000000000000000000000000beef/128].ip6.arpa. (44)
|
| |
|
| |
|
|
|
|
|
|
|
| |
take responsibility for checking whether that data is present in the
packet; the callers must do so. Having checked in a number of changes
to make the callers do so (which fixes some other potential problems as
well!), we remove the change to do the check in "getname()".
|
| |
|
|
|
|
| |
Make "rsvp_intserv_print()" static - it's not used outside print-rsvp.c.
|
| |
|
| |
|
| |
|