aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-06SCTP: fix dissection of DATA chunksPascal Quantin1-1/+1
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-4/+4
2015-10-05SCTP I-DATA supportruengeler1-60/+172
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-5/+1
2015-10-01Revert "SCTP: Add I_DATA support"Michael Tüxen1-142/+55
2015-10-01SCTP: Add I_DATA supportruengeler1-55/+142
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-24/+8
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-26/+26
2015-03-12Use FT_FRAMENUM_ACK in SCTP too.Jeff Morriss1-1/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-02-17Don't send an effectively empty message (no TVBs) to the SCTP tap.Jeff Morriss1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-2/+2
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-31SCTP: fix Nesting level does not match indendation (CID 1159213 & 1159215 )Alexis La Goutte1-2/+0
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-09SCTP: Missing break in switch (CID 1135556)Alexis La Goutte1-0/+2
2014-12-07Endpoint: wrong filter when select a SCTP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+23
2014-12-05Strengthen association matching when we haven't seen the INIT/INIT-ACK.Jeff Morriss1-17/+26
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-11-19Add support for PAD chunks.Michael Tüxen1-0/+18
2014-11-19Fix the length reported as value length.Michael Tüxen1-3/+6
2014-09-11Show the sctp.checksum_bad filter rather than hiding it.Jeff Morriss1-23/+25
2014-09-11Don't use tvb_bytes_exist() to check if we captured the whole frame, justJeff Morriss1-11/+11
2014-08-31conv is always used, remove _U_ (unused) flagAlexis La Goutte1-1/+1
2014-08-27TCP/UDP/SCTP: fix Dereference of null pointer found by Clang AnalyzerAlexis La Goutte1-0/+4
2014-08-23Update the SCTP PPIDs.Michael Tüxen1-5/+8
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+23
2014-08-08Wrap tvb_get_ptr() calls in the CRC routines.Guy Harris1-6/+8
2014-08-05Do various minor dissector changes:Bill Meier1-11/+11
2014-08-03Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5Pascal Quantin1-0/+21
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+31
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-1/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-14/+14
2014-06-22Fix a leak in the SCTP dissectorEvan Huus1-29/+44
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-30/+30
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-30/+30
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-1/+1
2014-05-28Update reference for I-Bit support.Michael Tüxen1-1/+1