aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Have retransmissions added only once per retransmitted packet.Luis Ontanon1-39/+33
2007-03-23fix some more warnings (type casts)Ulf Lamping1-1/+1
2007-03-22Avoid calling ep_alloc for 0 bytes.Luis Ontanon1-9/+9
2007-03-21Add tracking of retransmitted TSNs. That is, for a TSN that we found wasJeff Morriss1-12/+102
2007-03-20remove some compiler warnings about unused parametersRonnie Sahlberg1-4/+3
2007-03-19- Set hf_sctp_acked and hf_sctp_rtt as generated.Jeff Morriss1-177/+198
2007-03-09GCC warning fixesJörg Mayer1-1/+1
2007-03-09Add HMAC Algo constants.Michael Tüxen1-6/+10
2007-03-08fix a syntax error on the last check-in...Luis Ontanon1-1/+1
2007-03-08avoid using an "uninitialized" start variable on gap blocksLuis Ontanon1-1/+3
2007-03-08in TSN tracking: handle the TSN rollover.Luis Ontanon1-54/+62
2007-03-06+ get the Acks in the block where they belong.Luis Ontanon1-18/+34
2007-03-05+ Quick and dirty fix in association matching code to avoid a vtag==0 (init) ...Luis Ontanon1-3/+24
2007-02-28SCTP TSN analysis part 1.Luis Ontanon1-328/+241
2007-02-27Some minor readability enhancements to the (still disabled) sequence analysis...Jeff Morriss1-22/+33
2007-02-25I'm checking in what I got so far for TSN analysis.Luis Ontanon1-56/+497
2007-02-23I unadvertedly checked in this one, it adds tsn analysis to sctp which is sti...Luis Ontanon1-490/+56
2007-02-23fix some bugs introduced in the latest releases and add value_strings for par...Luis Ontanon1-56/+490
2007-02-19packet-afp: remove unneeded line of code;Bill Meier1-1/+3
2007-02-09Provide a correct argument to g_hash_table_foreach_remove.Michael Tüxen1-2/+12
2007-02-09Fix whitespaces.Michael Tüxen1-102/+111
2007-02-09use se_alloc() instead of g_malloc() to allocate storage for the key to the h...Ronnie Sahlberg1-3/+5
2007-02-09Add support for SCTP reassembly from Robin Seggelmann.Michael Tüxen1-8/+647
2006-08-01Adopt the chunk list parameter name to the notion used in the next versionMichael Tüxen1-1/+1
2006-06-24change a parenthesisRonnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-05Update PPIDs to latest IANA regsitration status.Michael Tüxen1-0/+2
2006-03-23Update to draft-ietf-tsvwg-sctp-auth-02.txt.Michael Tüxen1-2/+2
2005-11-29Add support forMichael Tüxen1-139/+275
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-12In now supports also:Michael Tüxen1-27/+83
2005-07-24Fix a typo.Michael Tüxen1-1/+1
2005-07-02Use brackets instead of parentheses for the checksum info, which is generated.Michael Tüxen1-8/+8
2005-06-17Add support for draft-ietf-tsvwg-sctp-auth-00.txt.Michael Tüxen1-11/+104
2005-05-05Re-parenthesize an expression, to squelch a compiler warning.Guy Harris1-2/+4
2005-05-02Provide an indication to taps if the verification tag is reflected.Michael Tüxen1-4/+9
2005-05-01Fix chunk length handling. Go back to initial concept thatMichael Tüxen1-36/+38
2005-03-30Fix the handling of the length parameter in the DATA chunk.Michael Tüxen1-8/+6
2005-03-26Update the URL for draft-stewart-sctp-pktdrprep to the -02 draft.Guy Harris1-93/+122
2005-03-26buildbot bugfix: another (un-)signed oneUlf Lamping1-1/+1
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-5/+1
2005-03-05Enable details in protocol tree by default like TCP and UDP.Michael Tüxen1-2/+2
2005-02-25Show prot numbers in protocol tree, if wanted. Suggested by Jeff Morris.Michael Tüxen1-3/+40
2005-02-04Add detection of zero checksum.Michael Tüxen1-1/+3
2004-10-13Make sure that the IPv4 and IPv6 address parameters are always processed to s...Michael Tüxen1-26/+36
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen1-1/+16
2004-09-06Renamed the T-Bit in ABORT and SHUTDOWN-COMPLETE chunks as in the upcoming IG.Michael Tüxen1-9/+12