aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-06Add decodes for Gigamon IPFIX information elementsAndrew Feren1-2/+676
2017-04-18netflow: fix undefined shiftPeter Wu1-3/+9
2017-03-28Fix up time encodings.Guy Harris1-1/+17
2017-03-27netflow: Add Classification Engines typesAlexis La Goutte1-2/+18
2017-03-27netflow fix conflict for hf fieldAlexis La Goutte1-4/+4
2017-03-23netflow: fix dissection of Application IDAlexis La Goutte1-18/+15
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-32/+16
2017-01-07Convert range API to always use wmem memory.Michael Mann1-6/+6
2016-11-16Adding new Ixia netflow fields for Source and Dest AS Names and Transaction L...Deep Datta1-0/+36
2016-11-03Fix lintian found spelling error "occured" -> "occurred"Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+1
2016-09-30NetFlow: Fix a preference description.Gerald Combs1-1/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+6
2016-04-30Netflow: Updating the list of Ixia IxFlow fieldsDeep Datta1-0/+104
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-05Netflow/Ipfix: Enhance Netscaler Appflow ICA fieldsUli Heilmeier1-16/+16
2015-12-30Netflow/Ipfix: Decode TCP Flags fieldUli Heilmeier1-5/+139
2015-12-21Netflow/Ipfix: Add Barracuda NGFirewallUli Heilmeier1-2/+228
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-8/+8
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-5/+5
2015-10-16Correctly convert clfow.sysuptime to secondsBradford Boyle1-1/+1
2015-10-05Allow use of variadic macrosPeter Wu1-12/+6
2015-07-10Netflow: Fix sequence analysis to work for different protocol versionsMartin Mathieson1-14/+27
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-12/+9
2015-06-25Netflow: fix typo (wrong time units for duration)Martin Mathieson1-1/+1
2015-06-23netflow: cope with multiple duration types in one flow.Martin Mathieson1-66/+119
2015-05-09Fix some more constants to be unsigned.Guy Harris1-1/+1
2015-03-19Netflow/Ipfix: Add Citrix Netscaler AppFlowUli Heilmeier1-2/+1498
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-02-09Netflow: rework how transport (port) resolution is done, adding support for SCTPMartin Mathieson1-24/+30
2015-01-25Cleanup:Bill Meier1-1/+1