aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Use the SCTP ppid for S1AP.Anders Broman1-0/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa1-4/+6
2008-11-13Fix a warning.Guy Harris1-1/+1
2008-11-05Fix a trivial typoBill Meier1-1/+1
2008-09-17If we're dissecting for a read filter in the GUI [tshark assignsJeff Morriss1-8/+20
2008-09-12Add support forMichael Tüxen1-2/+10
2008-08-21Add an expert info noting an a_rwnd of 0.Jeff Morriss1-2/+9
2008-08-14Add expert info warning to TSNs that are retransmitted more than 2 times.Jeff Morriss1-0/+5
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-11/+11
2008-06-05Correct math for counting how many TSNs were GAP acknowledgedJeff Morriss1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-8/+17
2008-04-12From Philip Frey (bug 2420):Stig Bjørlykke1-81/+2
2008-04-01- Disable checksum verification by default.Michael Tüxen1-45/+51
2008-02-26Initialize a 'next' pointer so we don't crash if/when we try to follow it.Jeff Morriss1-0/+3
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-1/+1
2007-12-17From Kaul: s/SERIAL_NUMBER_LENGTH/SCTP_SERIAL_NUMBER_LENGTH to fix a duplicat...Jeff Morriss1-11/+11
2007-12-06Squelch a warning about a variable getting clobbered by a longjmp.Guy Harris1-1/+1
2007-11-27Fix from Stephen Fisher for bug 2028.Michael Tüxen1-3/+3
2007-11-26gcc-4.1.1 thinks 'retval' might not get set inside the TRY(). Initialize it.Jeff Morriss1-1/+1
2007-11-24Fix crash reported in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2014...Jeff Morriss1-1/+1
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectorJeff Morriss1-5/+32
2007-11-16When reassembly is turned off don't pass non-first fragments to subdissectors...Jeff Morriss1-2/+12
2007-10-09Replace a (small) for loop with a memset(). Don't memset() the entire sctp_i...Jeff Morriss1-5/+14
2007-09-14Change the ADDIP error causes as changed by IANA for RFC 5061 publication.Michael Tüxen1-5/+5
2007-09-07If the whole packet was not captured (e.g., due to the snapshot length), do n...Jeff Morriss1-70/+82
2007-09-06Count the number of TSNs gap-acked in a SACK. Warn the user (with an Expert ...Jeff Morriss1-57/+77
2007-07-26Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PR...Jeff Morriss1-2/+2
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman1-0/+2
2007-05-08Add NULL dereference checks. Fixes Coverity CID 241.Gerald Combs1-5/+5
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