aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-01-22Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lensfisher1-1/+1
2008-01-21as we have BSWAP64() now, at least read 64bit section_length (but currently u...ulfl1-3/+6
2008-01-20Introduce BSWAP64() and use it in the pcapng codesfisher2-5/+13
2008-01-19Make it compile on Win32 ;-)ulfl1-4/+4
2008-01-19Make it compile on OSX.stig1-4/+4
2008-01-19various enhancements:ulfl1-156/+436
2008-01-18decode IDB options (if_tsaccur and if_fcslen)ulfl2-24/+134
2008-01-18Add link to pcap-ng format specification and use #defines for hex values ofsfisher1-18/+27
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).morriss2-37/+39
2008-01-14Fix seek reading by adding the size of the block length at the end of thesfisher1-1/+1
2008-01-13some minor updatesulfl1-4/+3
2008-01-13Add svn:eol-style native and svn:keywords Idsfisher2-1017/+1017
2008-01-13Make pcapng.c compile on Unix (with gcc)sfisher1-6/+8
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...ulfl7-1/+1040
2008-01-10Get rid of extra blank lines at the end of the file.guy1-2/+0
2008-01-10Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'dguy1-38/+9
2008-01-09From Florent Drouin:morriss1-14/+41
2007-12-28more buffer functionskukosa2-0/+18
2007-12-27export more buffer functions from wiretapkukosa1-0/+3
2007-12-17_SOURCE has magic meaning and isn't to be used by non-wizards.jmayer2-2/+2
2007-12-16From Fulko Hew:stig3-0/+172
2007-12-16From Marton Nemeth:stig1-1/+1
2007-12-08wtap_process_pcap_packet() is gone; remove it from the list of exportedguy1-1/+0
2007-12-08Add .. to the directory in which to look for headers, just as is doneguy1-1/+2
2007-12-08Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofguy4-252/+0
2007-12-07Delete the *right* config.h.win32.guy2-61/+1
2007-12-07HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.guy1-4/+4
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inguy2-15/+3
2007-12-07Get rid of configure in wiretap. Finally!jmayer7-1203/+0
2007-12-07Get rid of 8-bit charcters in the example ETHERWATCH output - they canguy1-11/+15
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-4/+4
2007-11-28Fixes for Windows build w/o ZLIB wmeier1-2/+4
2007-11-27Add support for showing wireless LAN info (signal strength / rate / channel)sfisher1-4/+22
2007-11-27fix mpa_... problemsulfl1-4/+13
2007-11-26Get rid of the global data structures populated by wiretap/mpeg-audio butmorriss2-32/+56
2007-11-26Get rid of C++/C99 style comments--not all compilers support themmorriss1-27/+27
2007-11-26Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...sfisher1-6/+6
2007-11-26Add writing support for the CommView file format.sfisher3-7/+142
2007-11-25Clean up a comment.guy1-2/+2
2007-11-25Removed a "/*" within comment.stig1-1/+1
2007-11-25Corrected setting of "warnings_as_errors_default".stig1-1/+1
2007-11-25Put in a comment about encapsulation hint values.guy1-1/+8
2007-11-25Note that the encapsulation type values are SNMP ifType values, andguy1-10/+15
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theguy1-3/+19
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filessfisher5-0/+307
2007-11-21Get rid of a no-longer-used variable.guy1-1/+0
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's Ciscoguy1-10/+3
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.gerald1-1/+2
2007-11-19Get the number of captured bytes from "rlen" instead of "wlen". This shouldgerald1-41/+41
2007-11-16Some comments and formatting.martinm1-14/+51