aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-sctp-analysis.c
Commit message (Expand)AuthorAgeFilesLines
* [SCTP] ui: fix Analyse Association with correct number of endpoint streamsBinh Trinh2019-06-131-8/+20
* Add a "failed" return for tap packet routines.Guy Harris2019-01-011-2/+2
* Qt: fix several crashes in the SCTP DialogsVasil Velichkov2018-08-201-0/+6
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-1/+1
* SCTP: Adjust minTSNruengeler2018-06-041-0/+6
* sctp-analysis: Use g_list_free_full() in a couple of places.Anders2018-05-281-23/+14
* SCTP: plug the remaining memleaks in the tapPascal Quantin2018-05-261-4/+4
* SCTP: fix crash when filtering an associationPascal Quantin2018-05-261-29/+51
* SCTP: INIT collisionruengeler2018-04-201-12/+86
* tap-sctp: replace g_malloc with g_new.Dario Lombardo2018-03-171-15/+15
* tap-sctp: remove guint32 unneeded allocations.Dario Lombardo2018-03-171-9/+6
* tap-sctp: remove leak of sack and tsn (found by clang).Dario Lombardo2018-03-151-1/+8
* tap-sctp: remove leak of tmp_info (found by clang).Dario Lombardo2018-03-151-1/+7
* tap-sctp: rework the memory allocations.Dario Lombardo2018-03-151-121/+35
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* tap-sctp: change if to switch for a default case (found by clang).Dario Lombardo2018-01-191-8/+22
* Reformat some top-level ui files.Gerald Combs2017-11-301-1157/+1146
* SCTP: find right assoc idruengeler2016-10-251-5/+8
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-3/+3
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-3/+3
* Fix SCTP analysis brokenIrene Ruengeler2016-06-141-8/+15
* Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2016-02-261-17/+5
* Revert "Add free_address_wmem() and other extensions to address API"João Valverde2016-02-081-5/+17
* Add free_address_wmem() and other extensions to address APIJoão Valverde2016-02-071-17/+5
* Move the proto data stuff out of frame_data.[ch].Guy Harris2016-01-251-0/+4
* Add the packet number to the packet_info structure, and use it.Guy Harris2016-01-241-6/+6
* Fix indentation.Guy Harris2016-01-121-3/+3
* SCTP: Fix warning found by PVS Studioruengeler2015-12-071-3/+6
* Use address functions instead of ADDRESS macros in ui.Gerald Combs2015-10-221-2/+2
* SCTP I-DATA supportruengeler2015-10-051-8/+36
* Revert "SCTP: Add I_DATA support"Michael Tüxen2015-10-011-36/+8
* SCTP: Add I_DATA supportruengeler2015-10-011-8/+36
* Make sure per-packet tap callbacks return gbooleans.Gerald Combs2015-08-031-2/+2
* Fix up formatting and indentation a bit.Jeff Morriss2015-02-171-44/+53
* Convert val_to_str -> val_to_str_wmem.Michael Mann2015-02-041-2/+13
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-3/+0
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-2/+15
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Scan-build didn't like the fixes in g79ef36a5f.Gerald Combs2014-03-021-5/+6
* Fix some scan-build warnings.Gerald Combs2014-03-011-2/+2
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* Add 'Filter Association' to context menu in packet list.Irene Rüngeler2013-12-181-1/+1
* Fix some const/ not const warnings.Jakub Zawadzki2013-12-151-4/+2
* Address Windows warningIrene Rüngeler2013-12-131-1/+1
* Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler2013-12-131-199/+17
* Add licence information.Irene Rüngeler2013-10-311-1/+1
* Set SVN properties.Jeff Morriss2013-10-301-5/+5
* Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler2013-10-291-0/+1391