summaryrefslogtreecommitdiff
path: root/print-sctp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-2/+2
* Fix the bounds check for the chunk.guy2005-05-061-2/+2
* Add more bounds checks, and check for bogus chunk lengths (too short).guy2005-05-051-11/+19
* Don't use "u_long", as its length is not guaranteed to be 4 bytes. Inguy2005-04-131-4/+4
* Print all of the SCTP information, except for the payload, if "-vv"guy2004-12-151-6/+11
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* From Mark Ellzey Thomas <mark@ackers.net>: check the length of a dataguy2003-08-061-3/+11
* The SCTP dissector is only called for SCTP packets, so there's no reasonguy2003-06-031-21/+11
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-28/+28
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* whitespace cleanupitojun2002-06-111-37/+37
* Constify.guy2002-04-251-35/+36
* The payload of an SCTP DATA chunk is *not* necessarily ASCII text, so itguy2001-12-121-8/+10
* Don't switch between using standard I/O and raw writes; just useguy2001-12-111-5/+4
* "print-sctp.c" doesn't have to include <net/if.h>, and, if it doesn't doguy2001-08-011-7/+1
* size_t may not fit into intitojun2001-06-271-3/+3
* ntohl() is typed to return unsigned long on old 4.[34]BSD-based OSitojun2001-05-091-11/+12
* Quiet down gcc -Wallfenner2001-05-091-4/+4
* SCTP printing from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner2001-05-091-0/+355