summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17Separate out/update comment block.Jaap Keuter1-99/+50
2010-10-08Catch exceptions from subdissectors, even when we're not handing theJeff Morriss1-27/+44
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-3/+3
2010-06-14Update SCTP PPIDs.Michael Tüxen1-0/+2
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-122/+122
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-2/+2
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-121/+120
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-486/+486
2010-05-06Add PPID 28 IRCPAnders Broman1-0/+1
2010-01-13Display correct chunk type for unknown chunks.Michael Tüxen1-3/+3
2009-10-28- Remove check_col.Anders Broman1-4/+3
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-0/+3
2009-10-16(Trivial) Fix a typo in a comment.Bill Meier1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-10/+5
2009-08-23Update list of PPIDs.Michael Tüxen1-3/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-06Those items are 32 bits or longer, so the cast should be safe; add anGuy Harris1-2/+2
2009-07-12Fix a typoBill Meier1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-134/+134
2009-06-05* Fix name of Irene in AUTHORS.Michael Tüxen1-116/+346
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
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