aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-12-17_SOURCE has magic meaning and isn't to be used by non-wizards.Jörg Mayer2-2/+2
2007-12-16From Fulko Hew:Stig Bjørlykke3-0/+172
2007-12-16From Marton Nemeth:Stig Bjørlykke1-1/+1
2007-12-08wtap_process_pcap_packet() is gone; remove it from the list of exportedGuy Harris1-1/+0
2007-12-08Add .. to the directory in which to look for headers, just as is doneGuy Harris1-1/+2
2007-12-08Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid ofGuy Harris4-252/+0
2007-12-07Delete the *right* config.h.win32.Guy Harris2-61/+1
2007-12-07HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.Guy Harris1-4/+4
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris2-15/+3
2007-12-07Get rid of configure in wiretap. Finally!Jörg Mayer7-1203/+0
2007-12-07Get rid of 8-bit charcters in the example ETHERWATCH output - they canGuy Harris1-11/+15
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-4/+4
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-2/+4
2007-11-27Add support for showing wireless LAN info (signal strength / rate / channel)Stephen Fisher1-4/+22
2007-11-27fix mpa_... problemsUlf Lamping1-4/+13
2007-11-26Get rid of the global data structures populated by wiretap/mpeg-audio butJeff Morriss2-32/+56
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-27/+27
2007-11-26Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...Stephen Fisher1-6/+6
2007-11-26Add writing support for the CommView file format.Stephen Fisher3-7/+142
2007-11-25Clean up a comment.Guy Harris1-2/+2
2007-11-25Removed a "/*" within comment.Stig Bjørlykke1-1/+1
2007-11-25Corrected setting of "warnings_as_errors_default".Stig Bjørlykke1-1/+1
2007-11-25Put in a comment about encapsulation hint values.Guy Harris1-1/+8
2007-11-25Note that the encapsulation type values are SNMP ifType values, andGuy Harris1-10/+15
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theGuy Harris1-3/+19
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher5-0/+307
2007-11-21Get rid of a no-longer-used variable.Guy Harris1-1/+0
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's CiscoGuy Harris1-10/+3
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs1-1/+2
2007-11-19Get the number of captured bytes from "rlen" instead of "wlen". This shouldGerald Combs1-41/+41
2007-11-16Some comments and formatting.Martin Mathieson1-14/+51
2007-11-15Added correct svn propset settings to wiretap/netscreen.[ch]Sake Blok2-0/+4
2007-11-06From Florent Drouin:Anders Broman1-6/+11
2007-11-05Strengthen BER and ERF heuristics to solve:Anders Broman2-0/+11
2007-10-28Bug 1751: From Allan M. Madsen : Sake Blok1-0/+2
2007-10-27From Mark C. Brown:Anders Broman2-1/+37
2007-10-19Fix bug #1926: buffer overflow when parsing iseries filesStephen Fisher1-1/+1
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-3/+3
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notGuy Harris2-6/+2
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss3-16/+100
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2-168/+170
2007-10-11Tighten up heuristic used to identify Ascend capture file....Bill Meier1-4/+13
2007-10-09minor updatesUlf Lamping1-2/+2
2007-10-08From Florent DROUIN:Anders Broman6-663/+809
2007-10-03fix some comments and sort functions by functionalityUlf Lamping1-26/+36
2007-10-03update to changes in the source filesUlf Lamping1-11/+12
2007-09-29When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKETSake Blok1-1/+23
2007-09-28Add error checking for fwrites; replacement for the 2nd of the patches provid...Bill Meier1-22/+44
2007-09-28When reading NetScreen snoop output, allow the '.' in interface namesSake Blok1-1/+1
2007-09-27From Martin Warnes:Sake Blok1-1/+5