aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03sharkd: remove redundant cast.Dario Lombardo1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-11/+14
2018-12-28Allow floating point values for stats_treeMichael Mann1-3/+13
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-11-21sharkd: update documentation for some requests to match realityPeter Wu1-3/+16
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-9/+3
2018-10-08sharkd: prefer sharkd_json_value_string() over sharkd_json_value_stringf().Jakub Zawadzki1-30/+30
2018-09-28sharkd: remove compiler warning.Dario Lombardo1-1/+1
2018-09-28sharkd: cast string to be encoded to unsigned char *.Jakub Zawadzki1-5/+3
2018-09-26sharkd: fix JSON generationJakub Zawadzki1-15/+15
2018-09-25sharkd: cleanup printf() usage during JSON generation (part V).Jakub Zawadzki1-150/+314
2018-09-25sharkd: cleanup printf() usage during JSON generation (part IV).Jakub Zawadzki1-133/+76
2018-09-25sharkd: cleanup printf() usage during JSON generation (part III).Jakub Zawadzki1-151/+173
2018-09-24sharkd: cleanup printf() usage during JSON generation (part II).Jakub Zawadzki1-120/+123
2018-09-24sharkd: cleanup printf() usage during JSON generation (part I).Jakub Zawadzki1-73/+97
2018-09-24sharkd: fix setting last reference frame number.Jakub Zawadzki1-0/+6
2018-09-24sharkd: add field checking in check request.Jakub Zawadzki1-0/+11
2018-09-24sharkd: minor code style fixes.Jakub Zawadzki1-15/+14
2018-09-23sharkd: Fix check request for empty "" filterJakub Zawadzki1-1/+1
2018-09-02sharkd: Fix frames request for empty "" filterJakub Zawadzki1-7/+13
2018-08-09sharkd: Add support for hidden and generated fieldsMichał Łabędzki1-12/+32
2018-08-04sharkd: Return frame's color-filter colorsMichał Łabędzki1-6/+28
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-13/+13
2018-07-06Follow Stream: ensure linear performance with many packetsPeter Wu1-1/+1
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-1/+1
2018-06-21 RTP: Stats calculation unificationJiri Novak1-28/+16
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-50/+33
2018-06-19RTP: Code clean upJiri Novak1-3/+4
2018-06-02sharkd_session.c: fix a size_t to int conversion warning emitted by MSVC2017 x64Pascal Quantin1-1/+1
2018-05-31sharkd: add support for io graph.Jakub Zawadzki1-0/+212
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-12Get rid of some GTK+-only stuff.Guy Harris1-1/+1
2018-05-08sharkd: fix IPv4 GeoIP lookupPascal Quantin1-1/+2
2018-05-06sharkd: support for MaxMindDB.Jakub Zawadzki1-0/+9
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo1-4/+4
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-03-14Migrate sharkd to MaxMindDB.Gerald Combs1-105/+49
2018-02-28Print the right value for signed statistics tap table items.Guy Harris1-1/+1
2018-02-21Don't unnecessarily cast away constness.Guy Harris1-1/+1
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-10/+10
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-24sharkd: try to fix clang uninitialized value stored to field 'protocol'.Jakub Zawadzki1-3/+6
2018-01-18Use separate pointers for the input expert info and the copy we make.Guy Harris1-6/+8
2018-01-18sharkd: set uninitialized values (found by clang).Dario Lombardo1-1/+3
2018-01-18sharkd: check for NULL before dereference (found by clang).Dario Lombardo1-0/+3
2018-01-14sharkd: keep filtered data in GHashTable.Jakub Zawadzki1-20/+23
2017-12-31sharkd: Add narrowing castGraham Bloice1-1/+1
2017-12-28sharkd: support for reference and previous displayed frame numberJakub Zawadzki1-6/+54