aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss10-659/+40
2008-05-20Use the correct name for libwsutilJeff Morriss1-1/+1
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss8-212/+4
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2008-05-20Enable FP R7 support.Martin Mathieson1-1/+2
2008-05-14do not use * wildcard which is not supported by Windows commandlineTomas Kukosa1-2/+1
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman2-10/+9
2008-05-13From: Luis OntanonAnders Broman1-10/+19
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson4-9/+10
2008-05-08Use g_strlcpy() rather than strcpy(), strncpy().Martin Mathieson1-14/+15
2008-05-08strncpy -> g_strlcpyAnders Broman6-14/+11
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-11/+11
2008-05-06Add checkapi target.Anders Broman1-0/+3
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