aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netflow.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-09Make sure our offset increases, otherwise we'll go into a large loop.Gerald Combs1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-8/+8
2008-11-03Process port prefs only in prefs callback and not in registered init fcnBill Meier1-68/+52
2008-10-31From Alexander Dupuy:Jaap Keuter1-73/+86
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-24From Alexander Dupuy:Jaap Keuter1-1/+13
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-11/+14
2008-08-14Use const with value_string array definitionsBill Meier1-5/+5
2008-08-02Don't fetch data until you need it.Guy Harris1-3/+4
2008-08-02Fix packet-netflow.c:2666: warning: 'pen' may be used uninitialized in this f...Anders Broman1-6/+6
2008-08-02From Hitoshi Irino:Anders Broman1-76/+1416
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+5
2008-04-12From Andrew Ferren (big 2434):Sake Blok1-1/+1
2008-01-19From Olivier Montanuy (bug 2198):Stig Bjørlykke1-20/+29
2007-10-11From Andrew feren; Fix typos in two comments ....Bill Meier1-2/+2
2007-10-05From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :Jeff Morriss1-47/+121
2007-09-05From Munenori Ohuchi:Jaap Keuter1-10/+50
2007-08-21Use SET_ADDRESS (instead of COPY_ADDRESS) for an address that has "ephemeral"...Jeff Morriss1-90/+96
2007-05-11From Andrew Feren:Anders Broman1-26/+84
2007-05-04From Olivier Montanuy:Anders Broman1-17/+690
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2006-12-21From Motonori Shindo:Stephen Fisher1-38/+90
2006-09-13Not all platforms define "u_short", and "tvb_length_remaining()+4" isn'tGuy Harris1-5/+9
2006-09-12From: Luca Deri via Andrew Feren:Anders Broman1-99/+159
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-1/+1
2006-03-22From Motonori Shindo:Anders Broman1-14/+24
2006-03-15From Motonori Shindo:Anders Broman1-45/+66
2006-02-09Olivier Montanuy:Jörg Mayer1-4/+71
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-36/+18
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-09From Luca Deri: NetFlow v9 enhancements.Guy Harris1-8/+181
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1767