aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-03From Hitoshi Irino:etxrab1-1/+979
2009-12-24Change two cases of FT_STRINGZ to BASE_NONE from BASE_HEX and BASE_DEC assfisher1-2/+2
2009-12-23From Kirby Files:jake1-0/+36
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-3/+3
2009-11-05From Jason Rusmisel via bug 4199: Increase the maximum number ofgerald1-1/+1
2009-11-03From Jason Rusmisel:jake1-0/+20
2009-08-28Don't coerce a possibly unaligned ptr to a (guint32 *);wmeier1-9/+26
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-30Remove some unused variable assignments.gerald1-1/+0
2009-07-10Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman sayinggerald1-152/+159
2009-07-07From Kovarththanan Rajaratnam:stig1-4/+4
2009-07-06CFLOW decoding is wrong for IPv6 fields.etxrab1-8/+11
2009-07-03Try to allocate enough memory on all platforms.gerald1-6/+6
2009-07-02From Kovarththanan Rajaratnam via bug 3567:gerald1-16/+4
2009-07-01Fix a couple of labels.gerald1-4/+4
2009-07-01Add a couple of IPFIX labels where they differ from Netflow.gerald1-4/+18
2009-07-01Try to fix fuzzing errors in bug 3636. When dissecting an optionsgerald1-16/+33
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-54/+54
2009-05-26Misc dissector cleanup:wmeier1-84/+84
2009-05-14Add support for process flow records to IPFIX, which required addinggerald1-34/+296
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-03-09Make sure our offset increases, otherwise we'll go into a large loop.gerald1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-8/+8
2008-11-03Process port prefs only in prefs callback and not in registered init fcnwmeier1-68/+52
2008-10-31From Alexander Dupuy:jake1-73/+86
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-24From Alexander Dupuy:jake1-1/+13
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-11/+14
2008-08-14Use const with value_string array definitionswmeier1-5/+5
2008-08-02Don't fetch data until you need it.guy1-3/+4
2008-08-02Fix packet-netflow.c:2666: warning: 'pen' may be used uninitialized in this f...etxrab1-6/+6
2008-08-02From Hitoshi Irino:etxrab1-76/+1416
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-2/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+5
2008-04-12From Andrew Ferren (big 2434):sake1-1/+1
2008-01-19From Olivier Montanuy (bug 2198):stig1-20/+29
2007-10-11From Andrew feren; Fix typos in two comments ....wmeier1-2/+2
2007-10-05From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :morriss1-47/+121
2007-09-05From Munenori Ohuchi:jake1-10/+50