aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-8/+6
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-4/+4
2015-01-15NetFlow: Assign instead of compare (CID 1262419 & 1262420)Alexis La Goutte1-2/+2
2015-01-15Netflow: Fix spelling of 'latitude'Martin Mathieson1-2/+2
2015-01-10Netflow: do transport resolution on ports (if know they are UDP or TCP)Martin Mathieson1-1/+31
2015-01-09Netflow: Fix some duplicate label namesMartin Mathieson1-9/+8
2015-01-08Netflow: add (hidden) root filters for each vendor with supported 'pie' entriesMartin Mathieson1-1/+69
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2015-01-06NetFlow: Add Ixia 'IxFlow' fields and make some general usability improvementsMartin Mathieson1-36/+531
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+3
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+49
2014-09-28packet-netflow.c: Do various fixes and changesBill Meier1-992/+696
2014-09-11Make all "padding" fields filterableMichael Mann1-6/+9
2014-09-10packet-netflow.c: fix bug: "top-of-stack" --> "bottom-of-stack"Bill Meier1-1/+1
2014-09-04packet-netflow.c: Update "Information Elements" dissected based upon 08/13/20...Bill Meier1-334/+1693
2014-09-02packet-netflow.c: netflow v9: Allow options template with zero-length scope ...Bill Meier1-7/+10
2014-08-14Fix the uninitialized-read error reported in bug 10370.Jeff Morriss1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-14/+7
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-14Fix (I think) VS Code Analyzer warnings:Bill Meier1-2/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+2
2013-12-14Fix const warnings.Jakub Zawadzki1-3/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-1/+1
2013-10-24Finish implementing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7263 :Jeff Morriss1-4/+9