aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_session.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-0/+2
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-2/+2
2017-12-08sharkd: add sharkd_get_frame() to get frame_data, optimize.Jakub Zawadzki1-8/+11
2017-12-07sharkd: fix coding style.Jakub Zawadzki1-11/+14
2017-12-06frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki1-3/+43
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-4/+4
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-05sharkd: export field filter string.Jakub Zawadzki1-5/+19
2017-10-04sharkd: check if JSON value is string or primitive (true/false/null/number).Jakub Zawadzki1-2/+8
2017-10-04sharkd: support for user column-set in "frames" request.Jakub Zawadzki1-0/+82
2017-09-27sharkd: support for frame comments.Jakub Zawadzki1-6/+22
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-1/+0
2017-09-19Sequence (flow) analysis: fill timestamp when creating item.Jakub Zawadzki1-9/+1
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-6/+0
2017-09-18sharkd: support flows (sequence analysis)Jakub Zawadzki1-0/+151
2017-09-08sharkd: implement proper JSON string unescaping, based on JSON dissector.Jakub Zawadzki1-20/+8
2017-08-28sharkd: handle PREF_SAVE_FILENAME, PREF_OPEN_FILENAME, PREF_DIRNAME in dumpconf.Jakub Zawadzki1-4/+7
2017-08-19sharkd: minor changes in comments, fix style.Jakub Zawadzki1-5/+6
2017-06-08sharkd: fix a shadow warning when compiling on RHEL/CentOS 6.xPascal Quantin1-5/+5
2017-05-30sharkd: Fix build using system Speex library (autotools)João Valverde1-0/+4
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+10
2017-05-16sharkd: add more information about currently loaded file.Jakub Zawadzki1-1/+23
2017-05-16sharkd: export uat records.Jakub Zawadzki1-0/+32
2017-05-15sharkd: output JSON for new_stat_ API.Jakub Zawadzki1-0/+158
2017-04-17sharkd: support for "downloading" decoded RTP stream in wave-like format.Jakub Zawadzki1-16/+252
2017-04-15sharkd: support for limits in sending information about rows (columns).Jakub Zawadzki1-2/+31
2017-04-13sharkd: reduce buffer put on stack from 16K to 2KPascal Quantin1-1/+1
2017-04-08sharkd: add tap for RTP stream analysis.Jakub Zawadzki1-0/+266