aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-03-01All our programs link against glib so don't there's no need to link our libra...morriss1-1/+1
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in http:/...morriss3-1/+12
2008-02-22From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw...morriss1-1/+1
2008-02-20Really fix pcapng timestamp reading and writing this time.sfisher1-14/+5
2008-02-18Add $Id$wmeier1-0/+2
2008-02-16Cast secs and nsecs correct.stig1-19/+19
2008-02-16Change if_tsaccur to if_tsresol and change timestamp reading/writingsfisher1-19/+50
2008-02-12Add a cast.stig1-1/+1
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingguy2-53/+111
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier3-21/+22
2008-02-07Removed some "statement not reached" warnings.stig2-5/+0
2008-02-07Corrected some types.stig1-1/+1
2008-02-04Added btsnoop.hstig1-0/+1
2008-02-03From Shane Kearns (bug 2237):stig5-2/+353
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig4-7/+7
2008-01-26g_warning -> pcapng_debug and "switch it off" as default, so normal users won...ulfl1-65/+77
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gmorriss2-3/+3
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig1-3/+3
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