aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-2/+2
2011-10-18Add an expert info if we found the checksum to be bad.morriss1-52/+60
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-16/+16
2011-10-03From Michael Mann:etxrab1-14/+10
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-4/+3
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906wmeier1-4/+3
2011-04-17Corrected equality check in frag_equal().stig1-4/+4
2011-03-07Don't pass retransmitted chunks to subdissectors. Instead just mark them asmorriss1-17/+34
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.tuexen1-1/+16
2011-01-26Add expert info related to gap ack blocks.tuexen1-2/+35
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). Thesemorriss1-4/+4
2011-01-11Don't attempt to reassemble short (reported_len > len) chunks.morriss1-0/+7
2011-01-11Don't store message fragments whose length is 0: there's no point. (Otherwisemorriss1-9/+11
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-1/+1
2011-01-05Use reported length (instead of the captured length) when dissecting errormorriss1-66/+93
2011-01-04When generating a tvb subset for chunks, parameters, and error causes, set the:morriss1-22/+55
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-11-17Separate out/update comment block.jake1-99/+50
2010-10-08Catch exceptions from subdissectors, even when we're not handing themorriss1-27/+44
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-3/+3
2010-06-14Update SCTP PPIDs.tuexen1-0/+2
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-122/+122
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-2/+2
2010-05-12Instead of using private #defines for the last argument toguy1-121/+120
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-486/+486
2010-05-06Add PPID 28 IRCPetxrab1-0/+1
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