aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier2-10/+22
2008-04-24Expand and clean up the descriptions of the new WTAP_ENCAP values.Guy Harris1-6/+6
2008-04-24Clean up indentation. There is no guarantee that tabs will appearGuy Harris1-170/+170
2008-04-23The constants are there, now they need real names.Jaap Keuter1-1/+22
2008-04-23From Hannes Kälber:Anders Broman2-72/+77
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke3-21/+96
2008-04-12From Stephen Donnelly (bug 2359):Sake Blok1-43/+39
2008-04-12From Mark C. Brown:Jaap Keuter2-0/+4
2008-04-07- Remove GLIB1 codeStephen Fisher1-13/+3
2008-04-04Allocate size of data pointed to (64 bits) rather than size of pointer to dat...Martin Mathieson1-1/+1
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs2-2/+10
2008-03-14From Hannes Kalber:Gerald Combs2-1/+14
2008-03-05From Owen Kirby :Anders Broman3-10/+16
2008-03-01All our programs link against glib so don't there's no need to link our libra...Jeff Morriss1-1/+1
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss3-1/+12
2008-02-22From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw...Jeff Morriss1-1/+1
2008-02-20Really fix pcapng timestamp reading and writing this time.Stephen Fisher1-14/+5
2008-02-18Add $Id$Bill Meier1-0/+2
2008-02-16Cast secs and nsecs correct.Stig Bjørlykke1-19/+19
2008-02-16Change if_tsaccur to if_tsresol and change timestamp reading/writingStephen Fisher1-19/+50
2008-02-12Add a cast.Stig Bjørlykke1-1/+1
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingGuy Harris2-53/+111
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier3-21/+22
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke2-5/+0
2008-02-07Corrected some types.Stig Bjørlykke1-1/+1
2008-02-04Added btsnoop.hStig Bjørlykke1-0/+1
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke5-2/+353
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke4-7/+7
2008-01-26g_warning -> pcapng_debug and "switch it off" as default, so normal users won...Ulf Lamping1-65/+77
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss2-3/+3
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-3/+3
2008-01-22Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lenStephen Fisher1-1/+1
2008-01-21as we have BSWAP64() now, at least read 64bit section_length (but currently u...Ulf Lamping1-3/+6
2008-01-20Introduce BSWAP64() and use it in the pcapng codeStephen Fisher2-5/+13
2008-01-19Make it compile on Win32 ;-)Ulf Lamping1-4/+4
2008-01-19Make it compile on OSX.Stig Bjørlykke1-4/+4
2008-01-19various enhancements:Ulf Lamping1-156/+436
2008-01-18decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping2-24/+134
2008-01-18Add link to pcap-ng format specification and use #defines for hex values ofStephen Fisher1-18/+27
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss2-37/+39
2008-01-14Fix seek reading by adding the size of the block length at the end of theStephen Fisher1-1/+1
2008-01-13some minor updatesUlf Lamping1-4/+3
2008-01-13Add svn:eol-style native and svn:keywords IdStephen Fisher2-1017/+1017
2008-01-13Make pcapng.c compile on Unix (with gcc)Stephen Fisher1-6/+8
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping7-1/+1040
2008-01-10Get rid of extra blank lines at the end of the file.Guy Harris1-2/+0
2008-01-10Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'dGuy Harris1-38/+9
2008-01-09From Florent Drouin:Jeff Morriss1-14/+41
2007-12-28more buffer functionsTomas Kukosa2-0/+18
2007-12-27export more buffer functions from wiretapTomas Kukosa1-0/+3