aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+3
2014-04-19More name changes.Guy Harris1-2/+2
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+2
2014-04-06Add a couple more in_error_pkt checks.Jeff Morriss1-2/+6
2014-04-04Don't do TSN analysis on data chunks embedded in PKTDROP chunks; set in_error...Jeff Morriss1-4/+12
2014-03-20Get the NEXT protocol not the previous top one.AndersBroman1-2/+4
2014-03-19Add a new case to find existing assocs when only the information of an INIT c...ruengeler1-0/+6
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-18Fix OS-X compilation broken by gc354675Pascal Quantin1-2/+0
2014-03-18Dechunk/export sctp payloads trough export PDU.AndersBroman1-2/+51
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0