aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-03-22Add -Werror for gcc back to epan/dfilter directoryStephen Fisher1-0/+4
2007-03-22fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header fileUlf Lamping1-20/+20
2007-03-22fix warning: add #include <stdlib.h> to get exit() declarationUlf Lamping1-0/+1
2007-03-22Remove -Werror under gcc temporarily until a warning can be fixed Stephen Fisher1-4/+0
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher5-28/+16
2007-03-22Mine:Luis Ontanon6-77/+185
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping4-4/+4
2007-03-22fix warningsUlf Lamping1-2/+2
2007-03-22correct multidimensional SAFEARRAYsUlf Lamping1-5/+7
2007-03-22Avoid calling ep_alloc for 0 bytes.Luis Ontanon1-9/+9
2007-03-22Sebastien Tandel:Jörg Mayer4-77/+9
2007-03-22Add a comment about CCXJörg Mayer1-2/+14
2007-03-22From Shaun JRonnie Sahlberg3-0/+1826
2007-03-22Try to squelch another couple of MSVC warnings.Martin Mathieson1-2/+2
2007-03-22Using a patched version of pidl that decorates all parameters with _U_Ronnie Sahlberg3-269/+269
2007-03-22From Abhik Sarkar: call add_new_data_source() on generated (MTP3) tvb so that...Jeff Morriss1-1/+5
2007-03-22Remove a compiler warning by #if 0 out a function that is not called.Ronnie Sahlberg1-0/+3
2007-03-22fix some more warningsUlf Lamping2-14/+14
2007-03-22fix some more warningsUlf Lamping3-5/+5
2007-03-21Try to squash a warning seen on win32 buildbot.Martin Mathieson1-1/+1
2007-03-21Add ether type for Link Layer Topology Discovery (LLTD)Jaap Keuter2-0/+5
2007-03-21Squash a couple of warnings.Martin Mathieson1-2/+3
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg111-24689/+24377
2007-03-21remove some compiler warningsRonnie Sahlberg1-19/+12
2007-03-21remove some compiler warningsRonnie Sahlberg1-2/+2
2007-03-21Fixes for: warning: ISO C does not allow extra ';' outside of a functionJörg Mayer2-2/+2
2007-03-21Fixes for: warning: comma at end of enumerator listJörg Mayer2-3/+3
2007-03-21Small spelling fixesJörg Mayer1-2/+2
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer3-3/+3
2007-03-21Add tracking of retransmitted TSNs. That is, for a TSN that we found wasJeff Morriss1-12/+102
2007-03-21packet_info.c and packet.cLuis Ontanon11-301/+379
2007-03-20Try to squash a warning seen by win32 buildbotMartin Mathieson1-1/+1
2007-03-20remove some unused variablesRonnie Sahlberg1-3/+0
2007-03-20remove some compiler warnings about unused variablesRonnie Sahlberg1-4/+0
2007-03-20remove some compiler warningsRonnie Sahlberg1-7/+7
2007-03-20remove some compiler warnings about unused parametersRonnie Sahlberg1-4/+3
2007-03-20remove some compiler warnings for unused parametersRonnie Sahlberg1-15/+15
2007-03-20ifdef out a function that is not yet used to get rid of a compiler warningRonnie Sahlberg1-0/+2
2007-03-19Extend the bad checksum description to include '(maybe caused by "UDPGerald Combs1-6/+6
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt3-11/+102
2007-03-19- Set hf_sctp_acked and hf_sctp_rtt as generated.Jeff Morriss1-177/+198
2007-03-19Get rid of unused variable.Guy Harris1-1/+0
2007-03-19bzero the tap data.Luis Ontanon1-1/+1
2007-03-19From Charles Lepple: in a Get Descriptor message, the descriptor indexGuy Harris1-5/+5
2007-03-18add an mtp3 tap to m3ua to allow VoIP Calls to see ISUP/BICC calls over M3UALuis Ontanon1-10/+23
2007-03-18add a tap to h248Luis Ontanon2-53/+87
2007-03-18protect from multiple inclussionLuis Ontanon1-0/+4
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier4-4/+4
2007-03-18make sure curr_info.sig is not-NULL before derreferencing it.Luis Ontanon1-1/+1
2007-03-18make sure curr_info.evt is not-NULL before derreferencing it.Luis Ontanon1-2/+2