aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-07-14Fix another cast of the argument to a ctype.h macro.guy1-1/+1
2007-07-13Fix more ctype.h calls - casting to "int" suppresses the warning, butguy1-10/+10
2007-07-13"isdigit()" doesn't need to be cast to "int".guy1-1/+1
2007-07-13Worked out properly the silly way aal header is encoded!martinm1-8/+6
2007-07-12From Jim Paris:jake1-1/+4
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitguy1-9/+12
2007-07-06Now it really can read MP3 files, without SIGABRT.jake1-1/+1
2007-06-29- Map gre -> IPmartinm1-0/+1
2007-06-21Don't create & leak a hash table during unsuccessful open()martinm1-16/+15
2007-06-13Add support for PPI (the Per-Packet Information header), described atgerald3-17/+23
2007-06-13turns out that wtap_pkthdr was not exportable!lego1-1/+0
2007-06-13Export all that's exportable from libwiretap.dlllego1-20/+27
2007-06-13Fix coverity bug 244, [WS Bug 1649]lego1-30/+21
2007-06-11Note invalidity of realtick for wmeier1-5/+7
2007-06-08From Stephen Donnelly of Endace:guy5-38/+158
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...lego3-13/+40
2007-06-05Note the version numbers in NetMon 3.0 files.guy1-2/+5
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forguy1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.guy1-3/+0
2007-05-30Update Commentswmeier1-3/+9
2007-05-30Update a comment.guy1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.guy1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theguy1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.guy1-20/+32
2007-05-29Work with isdn_l2.martinm1-7/+13
2007-05-29(fix comment)wmeier1-2/+2
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.wmeier2-18/+48
2007-05-29Print a gint64 the right way.guy1-1/+2
2007-05-29From David Howells :standel1-2/+2
2007-05-28Throw in some casts to suppress warnings.guy2-8/+8
2007-05-28Change the Wiretap code so that it doesn't dereferenceguy4-176/+201
2007-05-25 remove the never used wiretap/wtap-plugins.clego3-167/+0
2007-05-24Get rid of CR's, and add a newline at the end.guy1-310/+310
2007-05-24Back out the previous change.guy1-7/+1
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeguy1-1/+7
2007-05-23Fix for bug 1601: handle zero length packets.jake1-0/+3
2007-05-21Fix some (incorrect but unforseeable)jmayer2-2/+2
2007-05-21make the workaround use static so it wont dissapear when the frame endssahlberg1-1/+1
2007-05-21workaroung a warning for const that prevents gtk1 buildssahlberg1-1/+2
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withjmayer1-1/+1
2007-05-19typo fixstandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on Solarisstandel1-2/+4
2007-05-18temporarily disable cast-align warningsstandel1-1/+2
2007-05-18include generator sources in EXTRA_DISTstandel2-0/+7
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twostandel2-10/+25
2007-05-10mipv6 -> ipmartinm1-1/+3
2007-05-09fix manifest error: for dll's mt.exe must be given ;2ulfl1-1/+1
2007-05-08propset...jmayer1-1/+1
2007-05-07new attempt to resolve recent breakagesahlberg1-1/+12
2007-05-07GTK1 does not have GDir and as such needs to include dirent.hsahlberg1-1/+2