aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-4/+4
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2012-02-06packet-netflow.c:4407: warning: integer constant is too large for 'long' typeetxrab1-1/+1
2012-02-06From Aamer Akhter:etxrab1-1/+169
2011-11-24Fix gcc compile errorwmeier1-1/+1
2011-11-24Use a GHashTable to store templates instead ofwmeier1-7601/+7518
2011-11-22Fix two compiler errors.wmeier1-2/+2
2011-11-22Handle 2 issues related to cacheing templates:wmeier1-63/+81
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.etxrab1-3/+2
2011-10-20As bug 3954 notes, nowhere does RFC 3954 indicate that a system orguy1-11/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-16/+16
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:wmeier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-43/+43
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-02Use NULL in pace of a few "blurbs" which are redundant; Enhance a few blurbs.wmeier1-20/+20
2011-09-02Get rid of trailing space in blurbs.guy1-3/+3
2011-09-01From Andrey Rouskol:etxrab1-1/+97
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-5/+5
2011-06-17Added cast to int for nstime_t.nsecs.stig1-8/+8
2011-06-05From Aamer Akhter:etxrab1-1/+314
2011-05-20Don't assign to a proto_item* if the value won't be used:wmeier1-1/+1
2011-05-16Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-2/+2
2011-05-13Fix a compiler warningwmeier1-0/+1
2011-05-13Fix Bug 5919: "IE 89 Forwarding Status - Incorrect Decoding"wmeier1-44/+104
2011-04-16From Motonori Shindo:etxrab1-2/+52
2011-04-14From Andrew Feren via bug 5774: Make V9TEMPLATE_MAX_FIELDS a user preference.cmaynard1-15/+34
2011-04-14Via bug5774, Andrew Feren requested V9TEMPLATE_MAX_FIELDS be increased to 100.cmaynard1-2/+2
2011-03-31Delete unused header fields found by running tools/checkhf.pl.cmaynard1-7/+0
2011-03-31From Andrew Feren via bug 5775: Correct types on several info elements.cmaynard1-13/+17
2011-02-22Fix for bug 5702:jake1-6/+6
2011-02-19Fix Visual C++ code analysis warnings.gerald1-6/+6
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-4/+2
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inmorriss1-40/+5
2011-02-09Rewrite this dissector's NTP-to-nstime routine to take a TVB and an offsetmorriss1-7/+9
2011-02-09Add NTP times using proto_tree_add_item().morriss1-26/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-9/+9
2010-12-07From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5377 :morriss1-21/+1303
2010-12-03From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5380 :morriss1-2/+14
2010-11-07The PEN field is 32 bits.gerald1-1/+1
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-8/+17
2010-10-29Use value_string_ext to access several "relatively large" value-strings.wmeier1-12/+16
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier1-0/+21
2010-10-10Define some fcns & vars as static ...wmeier1-3/+6
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-09-17Extensive V9/V10 code clean up, bug fixing & dissection display improvements:wmeier1-1433/+1648
2010-08-11From Aamer Akhter:etxrab1-414/+426