aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-sctp-analysis.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13[SCTP] ui: fix Analyse Association with correct number of endpoint streamsBinh Trinh1-8/+20
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-08-20Qt: fix several crashes in the SCTP DialogsVasil Velichkov1-0/+6
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-06-04SCTP: Adjust minTSNruengeler1-0/+6
2018-05-28sctp-analysis: Use g_list_free_full() in a couple of places.Anders1-23/+14
2018-05-26SCTP: plug the remaining memleaks in the tapPascal Quantin1-4/+4
2018-05-26SCTP: fix crash when filtering an associationPascal Quantin1-29/+51
2018-04-20SCTP: INIT collisionruengeler1-12/+86
2018-03-17tap-sctp: replace g_malloc with g_new.Dario Lombardo1-15/+15
2018-03-17tap-sctp: remove guint32 unneeded allocations.Dario Lombardo1-9/+6
2018-03-15tap-sctp: remove leak of sack and tsn (found by clang).Dario Lombardo1-1/+8
2018-03-15tap-sctp: remove leak of tmp_info (found by clang).Dario Lombardo1-1/+7
2018-03-15tap-sctp: rework the memory allocations.Dario Lombardo1-121/+35
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-19tap-sctp: change if to switch for a default case (found by clang).Dario Lombardo1-8/+22
2017-11-30Reformat some top-level ui files.Gerald Combs1-1157/+1146
2016-10-25SCTP: find right assoc idruengeler1-5/+8
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-14Fix SCTP analysis brokenIrene Ruengeler1-8/+15
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-17/+5
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-5/+17
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-17/+5
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-12Fix indentation.Guy Harris1-3/+3
2015-12-07SCTP: Fix warning found by PVS Studioruengeler1-3/+6
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-10-05SCTP I-DATA supportruengeler1-8/+36
2015-10-01Revert "SCTP: Add I_DATA support"Michael Tüxen1-36/+8
2015-10-01SCTP: Add I_DATA supportruengeler1-8/+36
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-2/+2
2015-02-17Fix up formatting and indentation a bit.Jeff Morriss1-44/+53
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-2/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Scan-build didn't like the fixes in g79ef36a5f.Gerald Combs1-5/+6
2014-03-01Fix some scan-build warnings.Gerald Combs1-2/+2
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-18Add 'Filter Association' to context menu in packet list.Irene Rüngeler1-1/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-4/+2
2013-12-13Address Windows warningIrene Rüngeler1-1/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler1-199/+17
2013-10-31Add licence information.Irene Rüngeler1-1/+1
2013-10-30Set SVN properties.Jeff Morriss1-5/+5
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-0/+1391