aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-15emem -> wmemPascal Quantin1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-09-07Batch of filterable expert infoMichael Mann1-9/+27
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-18/+2
2013-07-26Switch on field length for the length_min/max fields of IPFix. Like severalEvan Huus1-4/+34
2013-07-22ASes can now be 32-bits; make the fields for them 32-bit so that you canGuy Harris1-4/+4
2013-07-13From Vaibhav KatkadeMartin Kaiser1-0/+53
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-18/+16
2013-03-18From beroset:Anders Broman1-11/+11
2013-02-27From J. Schoenwaelder via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
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