aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-06Removed non-ASCII characters.stig1-1/+1
2010-07-06From Andrew Feren:etxrab1-20/+43
2010-06-28From Hitoshi Irino via bug 4942:stig1-14/+62
2010-06-16Remove C++ comment.stig1-1/+1
2010-06-16From Hitoshi Irino via bug 4883:stig1-91/+342
2010-05-05From Andrew Feren:etxrab1-8/+26
2010-05-04From Andrew Feren:etxrab1-5/+19
2010-05-02From Hitoshi Irino:jake1-39/+72
2010-03-02From Hitoshi Irino:etxrab1-343/+346
2010-02-03Fix for bug 4444.gerald1-2/+2
2010-01-31From Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=43...morriss1-10/+10
2010-01-29Preliminary fix for bug 4423.gerald1-5/+5
2010-01-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :morriss1-45/+73
2010-01-19Fix gcc -Wshadow warningswmeier1-2/+2
2010-01-11From Hitoshi Irino:etxrab1-19/+49