aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Use capture scoped memory for hash table functionalityMichael Mann1-58/+6
2012-08-14Update SCTP PPIDs.Michael Tüxen1-0/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-6/+6
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on aJeff Morriss1-5/+7
2012-06-01Only propose decoding PPID 0 if that PPID is in the currently-selected frame.Jeff Morriss1-12/+14
2012-05-05Fix a typo which resulted in displaying the wrong SCTP stream reset responseMichael Tüxen1-1/+1
2012-04-11Fix:Jörg Mayer1-4/+4
2012-03-31Add support for RFC 6525.Michael Tüxen1-70/+130
2012-03-15Add support for SSH over SCTP.Michael Tüxen1-1/+2
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+6
2011-12-09From Thomas Dreibholz:Jaap Keuter1-16/+17
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-18Add an expert info if we found the checksum to be bad.Jeff Morriss1-52/+60
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-16/+16
2011-10-03From Michael Mann:Anders Broman1-14/+10
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+3
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier1-4/+3
2011-04-17Corrected equality check in frag_equal().Stig Bjørlykke1-4/+4
2011-03-07Don't pass retransmitted chunks to subdissectors. Instead just mark them asJeff Morriss1-17/+34
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.Michael Tüxen1-1/+16
2011-01-26Add expert info related to gap ack blocks.Michael Tüxen1-2/+35
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-4/+4
2011-01-11Don't attempt to reassemble short (reported_len > len) chunks.Jeff Morriss1-0/+7
2011-01-11Don't store message fragments whose length is 0: there's no point. (OtherwiseJeff Morriss1-9/+11
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-1/+1
2011-01-05Use reported length (instead of the captured length) when dissecting errorJeff Morriss1-66/+93
2011-01-04When generating a tvb subset for chunks, parameters, and error causes, set the:Jeff Morriss1-22/+55
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
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