aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-04-03From me: make tvbtest return an exitcode appropriate to its successRichard van der Hoff1-1/+15
2007-04-03From me:Richard van der Hoff1-3/+10
2007-04-03From me:Richard van der Hoff1-6/+7
2007-04-03From Mike Duigou:Richard van der Hoff1-7/+7
2007-04-02From Donald White:Stephen Fisher1-0/+392
2007-04-02Add decoding of TFO Codec and Codec ListLuis Ontanon1-4/+57
2007-04-02- Use proto_tree_add_item instead of proto_tree_add_(u)intJörg Mayer1-38/+31
2007-04-02Make RX a new style dissector: return 0 if there isn't at least 28 bytes of m...Jeff Morriss1-2/+12
2007-04-02Add commentsAnders Broman1-7/+139
2007-04-01First step of TCP dissector refactoring.Sebastien Tandel1-130/+322
2007-04-01Have the prototypes of uat_esc and uat_unesc available to packet-snmp.cLuis Ontanon2-4/+5
2007-04-01From Sake Blok : Sebastien Tandel1-1/+20
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon4-141/+161
2007-03-31Common dissection of GOB.Anders Broman1-46/+201
2007-03-31Add Licence and TO DO listLuis Ontanon1-1/+28
2007-03-31Properly NULL terminate string (str[0]='\0';)Anders Broman1-42/+72
2007-03-30Fix more warningsStephen Fisher5-6/+7
2007-03-30- use of proto_tree_add_item whenever possibleSebastien Tandel1-146/+237
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-1/+1
2007-03-30ep_malloc -> ep_alloc !!Sebastien Tandel2-2/+2
2007-03-30remove some g_malloc/g_freeSebastien Tandel3-10/+4
2007-03-30update of homeplug dissector with the use of ptvcursor subtree managementSebastien Tandel1-263/+213
2007-03-30- new ptvcursor subtrees management functions :Sebastien Tandel2-3/+173
2007-03-29delete megaco plugin traceSebastien Tandel1-1/+0
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-1/+1
2007-03-29Fix some more warningsStephen Fisher4-9/+10
2007-03-29When there are multiple mtp3 packets on a single sctp packet (m2ua) have eac...Luis Ontanon1-17/+19
2007-03-29remove debugging printf() calls left in the code.Luis Ontanon1-6/+0
2007-03-29- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)Jörg Mayer1-2/+3
2007-03-29update WZCSVC idl and regenerate the dissectorRonnie Sahlberg2-44/+46
2007-03-29update INITSHUTDOWN and SRVSVC and regenerate with patched PIDLRonnie Sahlberg7-4340/+4930
2007-03-29regenerate the dissectors with an even newer patched version of pidl to add t...Ronnie Sahlberg5-0/+10
2007-03-29fixup the idl to always use pointer for out parametersRonnie Sahlberg3-19/+64
2007-03-29regenerate these dissectors using a patched pidl to add some extra pragmas to...Ronnie Sahlberg4-0/+20
2007-03-29update efs and fix conformance file to eliminate some warningsRonnie Sahlberg3-151/+151
2007-03-29update dfs and regenerateRonnie Sahlberg3-660/+756
2007-03-29update atsvc to latest idlRonnie Sahlberg3-125/+166
2007-03-29update winreg to the latest idlRonnie Sahlberg3-29/+248
2007-03-29regenerate winreg using the latest pidl. almost all warnings are now goneRonnie Sahlberg3-525/+542
2007-03-28From Ronnie Sahlberg1-306/+484
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher51-226/+226
2007-03-28do not pass a null string to proto_item_append_text()Luis Ontanon1-1/+1
2007-03-28USM can be any length not just 3Luis Ontanon1-1/+1
2007-03-28Improved cleanup of build artifactsGraham Bloice1-1/+1
2007-03-28From Sebastien Tandel:Stephen Fisher1-0/+0
2007-03-28Fixed warnings on MS VC 6.0Graham Bloice1-331/+331
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher7-67/+66
2007-03-28Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1437Jörg Mayer1-15/+9
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping2-2/+2
2007-03-28warning fixesJörg Mayer2-7/+6