aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-13Display correct chunk type for unknown chunks.tuexen1-3/+3
2009-10-28- Remove check_col.etxrab1-4/+3
2009-10-28Update SCTP ppids, fix a faulty #define.etxrab1-0/+3
2009-10-16(Trivial) Fix a typo in a comment.wmeier1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-10/+5
2009-08-23Update list of PPIDs.tuexen1-3/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-06Those items are 32 bits or longer, so the cast should be safe; add anguy1-2/+2
2009-07-12Fix a typowmeier1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-134/+134
2009-06-05* Fix name of Irene in AUTHORS.tuexen1-116/+346
2009-05-13Apply some of the patches from:etxrab1-4/+2
2009-03-03Use the SCTP ppid for S1AP.etxrab1-0/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...kukosa1-4/+6
2008-11-13Fix a warning.guy1-1/+1
2008-11-05Fix a trivial typowmeier1-1/+1
2008-09-17If we're dissecting for a read filter in the GUI [tshark assignsmorriss1-8/+20
2008-09-12Add support fortuexen1-2/+10
2008-08-21Add an expert info noting an a_rwnd of 0.morriss1-2/+9
2008-08-14Add expert info warning to TSNs that are retransmitted more than 2 times.morriss1-0/+5
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-11/+11
2008-06-05Correct math for counting how many TSNs were GAP acknowledgedmorriss1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-8/+17
2008-04-12From Philip Frey (bug 2420):stig1-81/+2
2008-04-01- Disable checksum verification by default.tuexen1-45/+51
2008-02-26Initialize a 'next' pointer so we don't crash if/when we try to follow it.morriss1-0/+3
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-1/+1
2007-12-17From Kaul: s/SERIAL_NUMBER_LENGTH/SCTP_SERIAL_NUMBER_LENGTH to fix a duplicat...morriss1-11/+11
2007-12-06Squelch a warning about a variable getting clobbered by a longjmp.guy1-1/+1
2007-11-27Fix from Stephen Fisher for bug 2028.tuexen1-3/+3
2007-11-26gcc-4.1.1 thinks 'retval' might not get set inside the TRY(). Initialize it.morriss1-1/+1
2007-11-24Fix crash reported in http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2014...morriss1-1/+1
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. Markmorriss1-25/+31
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectormorriss1-5/+32
2007-11-16When reassembly is turned off don't pass non-first fragments to subdissectors...morriss1-2/+12
2007-10-09Replace a (small) for loop with a memset(). Don't memset() the entire sctp_i...morriss1-5/+14
2007-09-14Change the ADDIP error causes as changed by IANA for RFC 5061 publication.tuexen1-5/+5
2007-09-07If the whole packet was not captured (e.g., due to the snapshot length), do n...morriss1-70/+82
2007-09-06Count the number of TSNs gap-acked in a SACK. Warn the user (with an Expert ...morriss1-57/+77
2007-07-26Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PR...morriss1-2/+2
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'setxrab1-0/+2
2007-05-08Add NULL dereference checks. Fixes Coverity CID 241.gerald1-5/+5
2007-03-27Have retransmissions added only once per retransmitted packet.lego1-39/+33
2007-03-23fix some more warnings (type casts)ulfl1-1/+1
2007-03-22Avoid calling ep_alloc for 0 bytes.lego1-9/+9
2007-03-21Add tracking of retransmitted TSNs. That is, for a TSN that we found wasmorriss1-12/+102
2007-03-20remove some compiler warnings about unused parameterssahlberg1-4/+3
2007-03-19- Set hf_sctp_acked and hf_sctp_rtt as generated.morriss1-177/+198