aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ipfix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-22/+13
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-9/+5
* IPFIX records have a time stamp (and, according to RFC 5101, it's UNIXGuy Harris2013-05-171-2/+2
* We need ipfix_read_message_header() for the open routine; haveGuy Harris2013-05-171-29/+46
* Pull the code that fills in a wtap_pkthdr structure intoGuy Harris2013-05-171-37/+34
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+1
* Mark unused variable with _U_Jakub Zawadzki2012-10-191-4/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+3
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-4/+4
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-2/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-4/+4
* Set *err before *err_info - that's how it's done in most other modules.Guy Harris2011-02-041-1/+1
* Fix a cut-n-pasteo in a comment.Jeff Morriss2010-10-211-1/+1
* From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...Bill Meier2010-10-201-6/+15
* From Hadriel Kaplan: IPFIX file format support.Bill Meier2010-10-201-0/+326