aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-21/+21
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-09-04Improve the display of AUTH related parameters.Michael Tüxen1-11/+19
2013-08-31A few more dissectors to wmem.Evan Huus1-44/+37
2013-08-25Batch of filterable expert infos.Michael Mann1-29/+57
2013-08-01As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8816 :Jeff Morriss1-7/+5
2013-07-15Fix up some white space.Jeff Morriss1-17/+18
2013-03-14Fixed an indent to avoid a warning: for loop has empty body [-Wempty-body]Stig Bjørlykke1-2/+1
2013-03-14From beroset:Anders Broman1-36/+37
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-18/+16
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26Revert r44559: go back to using g_malloc()'d memory for SCTP reassembly. ThatJeff Morriss1-6/+58
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-2/+6
2012-12-05Reduce the level of the warning about the padding on the final parameter fromJeff Morriss1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1