aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-12-26And more 64-bit-to-32-bit time issues on 32-bit platforms.Guy Harris1-8/+8
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-12From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7239Chris Maynard1-4/+4
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-06packet-netflow.c:4407: warning: integer constant is too large for 'long' typeAnders Broman1-1/+1
2012-02-06From Aamer Akhter:Anders Broman1-1/+169
2011-11-24Fix gcc compile errorBill Meier1-1/+1
2011-11-24Use a GHashTable to store templates instead ofBill Meier1-7601/+7518
2011-11-22Fix two compiler errors.Bill Meier1-2/+2
2011-11-22Handle 2 issues related to cacheing templates:Bill Meier1-63/+81
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.Anders Broman1-3/+2
2011-10-20As bug 3954 notes, nowhere does RFC 3954 indicate that a system orGuy Harris1-11/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-16/+16
2011-10-12Fix some proto_tree_add_item() FT_ABSOLUTE_TIME encoding parameters:Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-43/+43
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-02Use NULL in pace of a few "blurbs" which are redundant; Enhance a few blurbs.Bill Meier1-20/+20
2011-09-02Get rid of trailing space in blurbs.Guy Harris1-3/+3
2011-09-01From Andrey Rouskol:Anders Broman1-1/+97
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-5/+5
2011-06-17Added cast to int for nstime_t.nsecs.Stig Bjørlykke1-8/+8
2011-06-05From Aamer Akhter:Anders Broman1-1/+314
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-1/+1
2011-05-16Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-2/+2
2011-05-13Fix a compiler warningBill Meier1-0/+1
2011-05-13Fix Bug 5919: "IE 89 Forwarding Status - Incorrect Decoding"Bill Meier1-44/+104
2011-04-16From Motonori Shindo:Anders Broman1-2/+52
2011-04-14From Andrew Feren via bug 5774: Make V9TEMPLATE_MAX_FIELDS a user preference.Chris Maynard1-15/+34
2011-04-14Via bug5774, Andrew Feren requested V9TEMPLATE_MAX_FIELDS be increased to 100.Chris Maynard1-2/+2
2011-03-31Delete unused header fields found by running tools/checkhf.pl.Chris Maynard1-7/+0
2011-03-31From Andrew Feren via bug 5775: Correct types on several info elements.Chris Maynard1-13/+17
2011-02-22Fix for bug 5702:Jaap Keuter1-6/+6
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs1-6/+6
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-4/+2
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inJeff Morriss1-40/+5
2011-02-09Rewrite this dissector's NTP-to-nstime routine to take a TVB and an offsetJeff Morriss1-7/+9
2011-02-09Add NTP times using proto_tree_add_item().Jeff Morriss1-26/+18
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-9/+9
2010-12-07From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5377 :Jeff Morriss1-21/+1303
2010-12-03From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5380 :Jeff Morriss1-2/+14
2010-11-07The PEN field is 32 bits.Gerald Combs1-1/+1
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-8/+17
2010-10-29Use value_string_ext to access several "relatively large" value-strings.Bill Meier1-12/+16