index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wiretap
/
ipfix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-22
/
+13
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-9
/
+5
*
IPFIX records have a time stamp (and, according to RFC 5101, it's UNIX
Guy Harris
2013-05-17
1
-2
/
+2
*
We need ipfix_read_message_header() for the open routine; have
Guy Harris
2013-05-17
1
-29
/
+46
*
Pull the code that fills in a wtap_pkthdr structure into
Guy Harris
2013-05-17
1
-37
/
+34
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-1
/
+1
*
Mark unused variable with _U_
Jakub Zawadzki
2012-10-19
1
-4
/
+1
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-2
/
+3
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-4
/
+3
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+1
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-4
/
+4
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-2
/
+2
*
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
Guy Harris
2011-04-21
1
-4
/
+4
*
Set *err before *err_info - that's how it's done in most other modules.
Guy Harris
2011-02-04
1
-1
/
+1
*
Fix a cut-n-pasteo in a comment.
Jeff Morriss
2010-10-21
1
-1
/
+1
*
From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...
Bill Meier
2010-10-20
1
-6
/
+15
*
From Hadriel Kaplan: IPFIX file format support.
Bill Meier
2010-10-20
1
-0
/
+326