aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-07mongo: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-12-06profinet: removed unused var.Dario Lombardo1-10/+0
2017-12-06frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki6-43/+98
2017-12-06oss-fuzzshark: fix handler of epan->get_frame_ts to fix build.Jakub Zawadzki1-1/+1
2017-12-06netlink-netfilter: Add NFQA_CT and NFEXP conntrack dissectorsKevin Cernekee1-4/+813
2017-12-06PROFINET: AdjustPeerToPeerBoundary disection is added.gizem.yurdagul1-1/+109
2017-12-06Qt: Speed up the splash overlay.Gerald Combs5-79/+95
2017-12-05Convert the file set dialog treewidget to a treeview+model.Gerald Combs10-165/+357
2017-12-05[profile.c] glist_fre_full() is 2.28, include glib-compat.hAndersBroman1-0/+1
2017-12-05dumpcap.c: cap_pipe_read() returns a ssize_t whatever the platform (CID 1424899)Pascal Quantin1-4/+6
2017-12-04Fix loop bounds check.Guy Harris1-2/+2
2017-12-04Use g_list_prepend() it's faster.AndersBroman3-4/+7
2017-12-04DOCSIS: Fixing typosBruno Verstuyft1-3/+3
2017-12-04[decode_as.c] Use g_list_prepend() insted of g_list_append, it's faster.AndersBroman1-1/+1
2017-12-04[tap-rtp-common.c] Change g_list_append() to g_list_prepend().AndersBroman1-1/+1
2017-12-04make-dissectors: Fix null pointer dereference for error conditionJoão Valverde1-1/+1
2017-12-04tshark: fix pdml export for LUA casesPavel Strnad1-0/+2
2017-12-04Let a "past the on-the-network length" exception terminate dissection.Guy Harris1-5/+5
2017-12-04RTPS: Added new PIDs to SecurityJuanjo Martin2-4/+220
2017-12-04Show retx prev and next framenum types as chevronsMartin Mathieson3-3/+37
2017-12-04RLC LTE graph: add comments clarifying tracer limitationMartin Mathieson1-0/+5
2017-12-04Get rid of cfile-int.h.Guy Harris1-35/+0
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris59-152/+68
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris29-417/+450
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris4-99/+88
2017-12-03This also looks inside a capture_file structure.Guy Harris1-0/+1
2017-12-03Clean up dissection of server entries in SAP responses.Guy Harris1-19/+52
2017-12-03Add cfile-int.h.Guy Harris2-0/+110
2017-12-03Use cfile.h to define the capture_file type.Guy Harris72-120/+141
2017-12-03[Automatic update for 2017-12-03]Gerald Combs13-78/+348
2017-12-03Fix the configuration check for remote-capture support in libpcap.Guy Harris2-2/+48
2017-12-03LDP: Add support for MP2MP FECUli Heilmeier1-0/+2
2017-12-01MPLS: Add Media Access Control (MAC) Address Withdrawal over Static Pseudowir...Alexis La Goutte5-0/+264
2017-12-01PROFINET: AdjustDCPBoundary disection is added.gizem.yurdagul1-1/+79
2017-12-01Get rid of some void pointers.Gerald Combs10-39/+29
2017-12-01TDS: Improve TDS7 Prelogin request/response handlingCraig Jackson1-77/+112
2017-12-01ZigBee: Correct Smart Energy Publish Block Thresholds and endianessKenneth Soerensen1-8/+13
2017-12-01RTPS: Fixed a quick typo in a hf itemJuanjo Martin1-1/+1
2017-12-01[glib-compat] #include "ws_attributes.h" needed to handle _U_AndersBroman1-0/+2
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko4-116/+792
2017-11-30RRC: Improve C-RNTI resolvingDarien Spencer7-42/+54
2017-11-30packet-rsl.c: Use value-string in RXLEV and RXQUAL fieldsPau Espin Pedrol4-16/+17
2017-11-30rrc: Remove unused GTreeDarien Spencer4-25/+7
2017-11-30RRC: reset strbuf pointer after its usePascal Quantin2-45/+114
2017-11-30http2: select fields from Decompressed header tab when possiblePeter Wu1-14/+18
2017-11-30Qt: fix crash when selecting field with composite dataPeter Wu1-1/+1
2017-11-30CIP Safety: base packet length can be usedMichael Mann1-1/+1
2017-11-30RTPS: Added link to the DCPSPublicationData frame numberJuanjo Martin1-7/+18
2017-11-30RTPS: Added new endpoints for the Security specJuanjo Martin2-40/+51
2017-11-30RRC: Fixup wmem_strbuf usage.Gerald Combs2-35/+39