aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-20From Hadriel Kaplan: IPFIX file format support.Bill Meier1-0/+21
2010-10-10Define some fcns & vars as static ...Bill Meier1-3/+6
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-09-17Extensive V9/V10 code clean up, bug fixing & dissection display improvements:Bill Meier1-1433/+1648
2010-08-11From Aamer Akhter:Anders Broman1-414/+426
2010-07-06Removed non-ASCII characters.Stig Bjørlykke1-1/+1
2010-07-06From Andrew Feren:Anders Broman1-20/+43
2010-06-28From Hitoshi Irino via bug 4942:Stig Bjørlykke1-14/+62
2010-06-16Remove C++ comment.Stig Bjørlykke1-1/+1
2010-06-16From Hitoshi Irino via bug 4883:Stig Bjørlykke1-91/+342
2010-05-05From Andrew Feren:Anders Broman1-8/+26
2010-05-04From Andrew Feren:Anders Broman1-5/+19
2010-05-02From Hitoshi Irino:Jaap Keuter1-39/+72
2010-03-02From Hitoshi Irino:Anders Broman1-343/+346
2010-02-03Fix for bug 4444.Gerald Combs1-2/+2
2010-01-31From Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=43...Jeff Morriss1-10/+10
2010-01-29Preliminary fix for bug 4423.Gerald Combs1-5/+5
2010-01-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :Jeff Morriss1-45/+73
2010-01-19Fix gcc -Wshadow warningsBill Meier1-2/+2
2010-01-11From Hitoshi Irino:Anders Broman1-19/+49
2010-01-03From Hitoshi Irino:Anders Broman1-1/+979
2009-12-24Change two cases of FT_STRINGZ to BASE_NONE from BASE_HEX and BASE_DEC asStephen Fisher1-2/+2
2009-12-23From Kirby Files:Jaap Keuter1-0/+36
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-3/+3
2009-11-05From Jason Rusmisel via bug 4199: Increase the maximum number ofGerald Combs1-1/+1
2009-11-03From Jason Rusmisel:Jaap Keuter1-0/+20
2009-08-28Don't coerce a possibly unaligned ptr to a (guint32 *);Bill Meier1-9/+26
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove some unused variable assignments.Gerald Combs1-1/+0
2009-07-10Don't use tvb_memcpy to fill in a struct. (Cue Jamie Hyneman sayingGerald Combs1-152/+159
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-07-06CFLOW decoding is wrong for IPv6 fields.Anders Broman1-8/+11
2009-07-03Try to allocate enough memory on all platforms.Gerald Combs1-6/+6
2009-07-02From Kovarththanan Rajaratnam via bug 3567:Gerald Combs1-16/+4
2009-07-01Fix a couple of labels.Gerald Combs1-4/+4
2009-07-01Add a couple of IPFIX labels where they differ from Netflow.Gerald Combs1-4/+18
2009-07-01Try to fix fuzzing errors in bug 3636. When dissecting an optionsGerald Combs1-16/+33
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-54/+54
2009-05-26Misc dissector cleanup:Bill Meier1-84/+84
2009-05-14Add support for process flow records to IPFIX, which required addingGerald Combs1-34/+296
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-03-09Make sure our offset increases, otherwise we'll go into a large loop.Gerald Combs1-1/+1