aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Some spelling fixesMartin Mathieson1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-183/+183
2022-01-04Added missing nDPI ClassifierIdLuca Deri1-0/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-133/+133
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-319/+319
2021-11-29:q!Marius David1-1/+1
2021-11-29Add new netflow fields for Keysight/Ixia.Marius David1-0/+52
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-11/+11
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-15/+15
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-04-29Update Keysight/Ixia netflow fields support.Marius David1-0/+1174
2021-04-11NETFLOW: Add decodes for Juniper Networks proprietary IE'sSanket Deshmukh1-5/+166
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-6/+6
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-5/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-06-09Add some missing values into value_strings.Martin Mathieson1-0/+1
2020-04-14cflow: Add support for dissecting fields with data type subTemplateListDeep Datta1-1/+95
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-8/+8
2020-04-03netflow: decode RTTGuy Harris1-8/+30
2020-04-03netflow: nic IE decodeGuy Harris1-18/+74
2020-04-03netflow: decode Boundary bprobe meter ID IEsGuy Harris1-0/+196
2020-02-23Some more issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-2/+1
2020-01-28Netflow: updated Niagara Networks decodes for RADIUS IPFIX IEs.Volodymyr Veskera1-57/+57
2019-10-19Netflow: Niagara Networks decode for SSL SHA-1 IPFIX IE.Volodymyr Veskera1-0/+13
2019-10-09Register NetFlow dissector for NetFlow protocolFrancois Nguyen1-0/+2
2019-09-11Netflow: Niagara Networks decodes for RADIUS IPFIX information elements.Volodymyr Veskera1-0/+286
2019-07-08Netflow: Add decodes for Niagara Networks IPFIX information elements.Volodymyr Veskera1-1/+854
2019-06-21Netflow: added some private Cisco IEsUli Heilmeier1-1/+566
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
2019-04-03Netflow/Ipfix: Update some IE (RFC8549)Uli Heilmeier1-0/+124
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-16/+16
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-12-28Netflow: Updated IEs (RFC8038, RFC8158, et al.)Uli Heilmeier1-4/+634
2017-12-24Netflow: Fix typo for ntop_radius_acct_in_pktsUli Heilmeier1-4/+4
2017-08-29Adding new Ixia netflow fields for DNS hostnames and classDeep Datta1-1/+37
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-07-31Netflow: Reassemble flows spanning multiple PDUsUli Heilmeier1-1/+30
2017-07-06Ensure expert info fields have a summary.D. Ulis1-10/+10
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-1/+1
2017-06-11netflow: fix typo adresses => addressesAlexis La Goutte1-1/+1
2017-06-06netflow/cflow: fix hf conflictAlexis La Goutte1-1/+1
2017-06-02netflow: use BASE_UNIT_STRING (units_seconds, units_microseconds)Alexis La Goutte1-23/+23
2017-06-02netflow: ntop information elements update, added all missingLorenzo Vannucci1-314/+4216
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-6/+6