aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ipfix.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-4/+4
2011-02-04Set *err before *err_info - that's how it's done in most other modules.guy1-1/+1
2010-10-21Fix a cut-n-pasteo in a comment.morriss1-1/+1
2010-10-20From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...wmeier1-6/+15
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier1-0/+326