summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-06-21Don't create & leak a hash table during unsuccessful open()Martin Mathieson1-16/+15
2007-06-13Add support for PPI (the Per-Packet Information header), described atGerald Combs3-17/+23
2007-06-13turns out that wtap_pkthdr was not exportable!Luis Ontanon1-1/+0
2007-06-13Export all that's exportable from libwiretap.dllLuis Ontanon1-20/+27
2007-06-13Fix coverity bug 244, [WS Bug 1649]Luis Ontanon1-30/+21
2007-06-11Note invalidity of realtick for Bill Meier1-5/+7
2007-06-08From Stephen Donnelly of Endace:Guy Harris5-38/+158
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon3-13/+40
2007-06-05Note the version numbers in NetMon 3.0 files.Guy Harris1-2/+5
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forGuy Harris1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.Guy Harris1-3/+0
2007-05-30Update CommentsBill Meier1-3/+9
2007-05-30Update a comment.Guy Harris1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.Guy Harris1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theGuy Harris1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.Guy Harris1-20/+32
2007-05-29Work with isdn_l2.Martin Mathieson1-7/+13
2007-05-29(fix comment)Bill Meier1-2/+2
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.Bill Meier2-18/+48
2007-05-29Print a gint64 the right way.Guy Harris1-1/+2
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2007-05-28Throw in some casts to suppress warnings.Guy Harris2-8/+8
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris4-176/+201
2007-05-25 remove the never used wiretap/wtap-plugins.cLuis Ontanon3-167/+0
2007-05-24Get rid of CR's, and add a newline at the end.Guy Harris1-310/+310
2007-05-24Back out the previous change.Guy Harris1-7/+1
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeGuy Harris1-1/+7
2007-05-23Fix for bug 1601: handle zero length packets.Jaap Keuter1-0/+3
2007-05-21Fix some (incorrect but unforseeable)Jörg Mayer2-2/+2
2007-05-21make the workaround use static so it wont dissapear when the frame endsRonnie Sahlberg1-1/+1
2007-05-21workaroung a warning for const that prevents gtk1 buildsRonnie Sahlberg1-1/+2
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withJörg Mayer1-1/+1
2007-05-19typo fixSebastien Tandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on SolarisSebastien Tandel1-2/+4
2007-05-18temporarily disable cast-align warningsSebastien Tandel1-1/+2
2007-05-18include generator sources in EXTRA_DISTSebastien Tandel2-0/+7
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel2-10/+25
2007-05-10mipv6 -> ipMartin Mathieson1-1/+3
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
2007-05-08propset...Jörg Mayer1-1/+1
2007-05-07new attempt to resolve recent breakageRonnie Sahlberg1-1/+12
2007-05-07GTK1 does not have GDir and as such needs to include dirent.hRonnie Sahlberg1-1/+2
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ....Ulf Lamping1-0/+3
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping4-2/+10
2007-05-04Add a plugin interface to wiretap.Luis Ontanon7-39/+278
2007-05-03will this finally get rid of the warnigs?Luis Ontanon1-6/+6
2007-05-02fix warningsLuis Ontanon1-6/+7
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon7-4/+330
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.Guy Harris1-0/+9
2007-04-23Grr. Flex. Can't make warnings errors yet - we'd have to keep thatGuy Harris1-4/+0