aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
Commit message (Expand)AuthorAgeFilesLines
* sharkd: Fix frames request for empty "" filterJakub Zawadzki2018-09-021-7/+13
* sharkd: Add support for hidden and generated fieldsMichał Łabędzki2018-08-091-12/+32
* sharkd: Return frame's color-filter colorsMichał Łabędzki2018-08-041-6/+28
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-13/+13
* Follow Stream: ensure linear performance with many packetsPeter Wu2018-07-061-1/+1
* RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak2018-06-281-1/+1
* RTP: Stats calculation unificationJiri Novak2018-06-211-28/+16
* RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak2018-06-201-50/+33
* RTP: Code clean upJiri Novak2018-06-191-3/+4
* sharkd_session.c: fix a size_t to int conversion warning emitted by MSVC2017 x64Pascal Quantin2018-06-021-1/+1
* sharkd: add support for io graph.Jakub Zawadzki2018-05-311-0/+212
* Get rid of some GTK+-only stuff.Guy Harris2018-05-131-2/+2
* Get rid of some GTK+-only stuff.Guy Harris2018-05-131-2/+2
* Get rid of some GTK+-only stuff.Guy Harris2018-05-121-1/+1
* sharkd: fix IPv4 GeoIP lookupPascal Quantin2018-05-081-1/+2
* sharkd: support for MaxMindDB.Jakub Zawadzki2018-05-061-0/+9
* wsutil: rename wsjsmn to wsjson.Dario Lombardo2018-04-211-4/+4
* glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders2018-04-161-1/+0
* Migrate sharkd to MaxMindDB.Gerald Combs2018-03-141-105/+49
* Print the right value for signed statistics tap table items.Guy Harris2018-02-281-1/+1
* Don't unnecessarily cast away constness.Guy Harris2018-02-211-1/+1
* Get rid of more new_ prefixes for statistics functions and types.Guy Harris2018-02-191-10/+10
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-1/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* sharkd: try to fix clang uninitialized value stored to field 'protocol'.Jakub Zawadzki2018-01-241-3/+6
* Use separate pointers for the input expert info and the copy we make.Guy Harris2018-01-181-6/+8
* sharkd: set uninitialized values (found by clang).Dario Lombardo2018-01-181-1/+3
* sharkd: check for NULL before dereference (found by clang).Dario Lombardo2018-01-181-0/+3
* sharkd: keep filtered data in GHashTable.Jakub Zawadzki2018-01-141-20/+23
* sharkd: Add narrowing castGraham Bloice2017-12-311-1/+1
* sharkd: support for reference and previous displayed frame numberJakub Zawadzki2017-12-281-6/+54
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-0/+2
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-2/+2
* sharkd: add sharkd_get_frame() to get frame_data, optimize.Jakub Zawadzki2017-12-081-8/+11
* sharkd: fix coding style.Jakub Zawadzki2017-12-071-11/+14
* frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki2017-12-061-3/+43
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-4/+4
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Use endpoint_type in conversation tables and hostlistsMichael Mann2017-10-291-3/+3
* Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris2017-10-261-1/+1
* sharkd: export field filter string.Jakub Zawadzki2017-10-051-5/+19
* sharkd: check if JSON value is string or primitive (true/false/null/number).Jakub Zawadzki2017-10-041-2/+8
* sharkd: support for user column-set in "frames" request.Jakub Zawadzki2017-10-041-0/+82
* sharkd: support for frame comments.Jakub Zawadzki2017-09-271-6/+22
* Have sequence analysis properly use filters from taps.Michael Mann2017-09-231-1/+0
* Sequence (flow) analysis: fill timestamp when creating item.Jakub Zawadzki2017-09-191-9/+1
* Sequence analysis (flow graph) optimizations for dissectorsMichael Mann2017-09-191-6/+0
* sharkd: support flows (sequence analysis)Jakub Zawadzki2017-09-181-0/+151
* sharkd: implement proper JSON string unescaping, based on JSON dissector.Jakub Zawadzki2017-09-081-20/+8
* sharkd: handle PREF_SAVE_FILENAME, PREF_OPEN_FILENAME, PREF_DIRNAME in dumpconf.Jakub Zawadzki2017-08-281-4/+7