aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* All our programs link against glib so don't there's no need to link our libra...Jeff Morriss2008-03-011-1/+1
* Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss2008-02-253-1/+12
* From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw...Jeff Morriss2008-02-221-1/+1
* Really fix pcapng timestamp reading and writing this time.Stephen Fisher2008-02-201-14/+5
* Add $Id$Bill Meier2008-02-181-0/+2
* Cast secs and nsecs correct.Stig Bjørlykke2008-02-161-19/+19
* Change if_tsaccur to if_tsresol and change timestamp reading/writingStephen Fisher2008-02-161-19/+50
* Add a cast.Stig Bjørlykke2008-02-121-1/+1
* Do the time calculations with 64-bit integers, rather than in floatingGuy Harris2008-02-102-53/+111
* Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier2008-02-093-21/+22
* Removed some "statement not reached" warnings.Stig Bjørlykke2008-02-072-5/+0
* Corrected some types.Stig Bjørlykke2008-02-071-1/+1
* Added btsnoop.hStig Bjørlykke2008-02-041-0/+1
* From Shane Kearns (bug 2237):Stig Bjørlykke2008-02-035-2/+353
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-034-7/+7
* g_warning -> pcapng_debug and "switch it off" as default, so normal users won...Ulf Lamping2008-01-261-65/+77
* s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss2008-01-242-3/+3
* Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2008-01-241-3/+3
* Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lenStephen Fisher2008-01-221-1/+1
* as we have BSWAP64() now, at least read 64bit section_length (but currently u...Ulf Lamping2008-01-211-3/+6
* Introduce BSWAP64() and use it in the pcapng codeStephen Fisher2008-01-202-5/+13
* Make it compile on Win32 ;-)Ulf Lamping2008-01-191-4/+4
* Make it compile on OSX.Stig Bjørlykke2008-01-191-4/+4
* various enhancements:Ulf Lamping2008-01-191-156/+436
* decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping2008-01-182-24/+134
* Add link to pcap-ng format specification and use #defines for hex values ofStephen Fisher2008-01-181-18/+27
* Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss2008-01-172-37/+39
* Fix seek reading by adding the size of the block length at the end of theStephen Fisher2008-01-141-1/+1
* some minor updatesUlf Lamping2008-01-131-4/+3
* Add svn:eol-style native and svn:keywords IdStephen Fisher2008-01-132-1017/+1017
* Make pcapng.c compile on Unix (with gcc)Stephen Fisher2008-01-131-6/+8
* add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping2008-01-137-1/+1040
* Get rid of extra blank lines at the end of the file.Guy Harris2008-01-101-2/+0
* Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'dGuy Harris2008-01-101-38/+9
* From Florent Drouin:Jeff Morriss2008-01-091-14/+41
* more buffer functionsTomas Kukosa2007-12-282-0/+18
* export more buffer functions from wiretapTomas Kukosa2007-12-271-0/+3
* _SOURCE has magic meaning and isn't to be used by non-wizards.Jörg Mayer2007-12-172-2/+2
* From Fulko Hew:Stig Bjørlykke2007-12-163-0/+172
* From Marton Nemeth:Stig Bjørlykke2007-12-161-1/+1
* wtap_process_pcap_packet() is gone; remove it from the list of exportedGuy Harris2007-12-081-1/+0
* Add .. to the directory in which to look for headers, just as is doneGuy Harris2007-12-081-1/+2
* Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofGuy Harris2007-12-084-252/+0
* Delete the *right* config.h.win32.Guy Harris2007-12-072-61/+1
* HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.Guy Harris2007-12-071-4/+4
* Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris2007-12-072-15/+3
* Get rid of configure in wiretap. Finally!Jörg Mayer2007-12-077-1203/+0
* Get rid of 8-bit charcters in the example ETHERWATCH output - they canGuy Harris2007-12-071-11/+15
* first steps to support MSVC 2008 Express EditionUlf Lamping2007-11-301-4/+4
* Fixes for Windows build w/o ZLIB Bill Meier2007-11-281-2/+4