aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-02Improve SCTP association lookup.Evan Huus1-5/+5
2014-02-13Enable SCTP reassembly by default.Jeff Morriss1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-23Make the SCTP Decode-As dialog more consistent with the TCP one.Jeff Morriss1-15/+27
2013-12-21Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler1-4/+3
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-12-10Add uat preferences to SCTP (QT only).Irene Rüngeler1-1/+98
2013-12-09Fix clang warning.Irene Rüngeler1-18/+11
2013-12-08Remove trailing whitespaceAlexis La Goutte1-3/+3
2013-12-06Add assoc_index to the properties that can be filtered.Irene Rüngeler1-3/+218
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-7/+7
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-12/+22
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+74
2013-11-19Remove ppid member from packet_info structure and just pass it to SCTP subdis...Michael Mann1-7/+5
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22Update SCTP PPIDs and use newly assigned value.Michael Tüxen1-49/+54
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1