aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.Bill Meier1-1/+3
2008-07-14From Stephen Donnelly:Jaap Keuter1-3/+6
2008-07-11packet-k12.c expects pseudo_header->k12.extra_info to be guchar so make it a ...Jeff Morriss1-1/+1
2008-07-09Don't cast a char[] into a guint32/64: the array may not be aligned correctly...Jeff Morriss1-2/+8
2008-07-09Reindent some to get things a bit more consistent/readable.Jeff Morriss1-367/+372
2008-07-09Add MP3 to the list of magic typesJeff Morriss1-3/+3
2008-07-08Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...Jeff Morriss1-1/+5
2008-07-08Tighten heuristics a bit: traces with packets longer than 16k are no good (is...Jeff Morriss1-3/+3
2008-07-02This directory needs some checkapi love; it's not yet ready for that toGuy Harris1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-07-01The intended argument for "-g" was presumably "abort", given Gerald'sGuy Harris1-1/+1
2008-07-01Unless I've misread the GetOptions documentation, the "-g" flag toGuy Harris1-1/+1
2008-06-26Wiretap code probably shouldn't abort the application either.Gerald Combs1-1/+1
2008-06-24We don't check structure sizes elsewhere; don't check them here. (InGuy Harris1-11/+10
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.Stig Bjørlykke2-22/+21
2008-05-30wtap_read() and wtap_seek_read(), and thus the functions that it calls,Guy Harris1-2/+2
2008-05-30Fix references to tcpdump-workers@tcpdump.org to refer to the newGuy Harris1-7/+7
2008-05-29Fix the types of k12text_read() and k12text_seek_read() to match whatGuy Harris1-4/+4
2008-05-29Have iseries_parse_hex_string() take a "const char *" as its firstGuy Harris1-7/+20
2008-05-28Always set pkt_encap, not just when we have the start date. This bug, aroundJeff Morriss1-5/+6
2008-05-27Fix subtle bugs introduced by recent change to safer APIs.Martin Mathieson1-2/+2
2008-05-23file_util.c isn't part of Wiretap any more.Guy Harris1-1/+0
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