aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...Stephen Fisher2-2/+2
2007-03-27Fix some more warnings under gcc 4.0Stephen Fisher5-24/+24
2007-03-27remove debugging printouts.Luis Ontanon1-15/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon7-53/+145
2007-03-27megacoLuis Ontanon2-56/+36
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher31-103/+105
2007-03-27Have retransmissions added only once per retransmitted packet.Luis Ontanon1-39/+33
2007-03-27from Peter Johansson:Ulf Lamping4-14/+13
2007-03-27Common handling of picture layer.Anders Broman1-99/+402
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping6-6/+6
2007-03-27Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev ...Jeff Morriss1-2/+3
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping9-1/+44
2007-03-26remove a duplicate declarationLuis Ontanon1-1/+0
2007-03-26the forgotten files from the last checkinLuis Ontanon2-0/+5
2007-03-26add a missing constant to make the megaco dissector compileRonnie Sahlberg1-0/+1
2007-03-26From Peter Johansson:Stephen Fisher4-392/+378
2007-03-26add context tracing and tap to packet-megaco.cLuis Ontanon1-6/+214
2007-03-26From Doug Pratley:Stephen Fisher1-0/+5
2007-03-26From Sebastien Tandel Ronnie Sahlberg30-198/+216
2007-03-26from Jon SmirlRonnie Sahlberg1-8/+6
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher11-54/+63
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...Jeff Morriss1-9/+4
2007-03-26From Jon SmirlRonnie Sahlberg1-14/+36
2007-03-26From Ronnie Sahlberg1-1/+36
2007-03-26From Ronnie Sahlberg1-868/+1001
2007-03-25From a Jon Smirl patch Ronnie Sahlberg2-9/+9
2007-03-25From Jon SmirlRonnie Sahlberg3-5/+4
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon2-0/+3336
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the s...Luis Ontanon5-972/+1027
2007-03-25Before accepting a packet in a heuristic dissector, don't fetch any dataGuy Harris1-3/+15
2007-03-25Before we've decided to dissect a frame, don't fetch any data beforeGuy Harris1-51/+43
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping3-8/+8
2007-03-25take the address to the structure and not the address to the first element of...Ronnie Sahlberg1-4/+4
2007-03-25Change USB address structure back to 8 bytes in length.Ronnie Sahlberg2-7/+25
2007-03-25create a tap for usb so that we can do conversation/host listsRonnie Sahlberg2-2/+21
2007-03-25Add a small example on how to prettify the AMQP dissectorRonnie Sahlberg1-0/+27
2007-03-25From Martin SustrikRonnie Sahlberg2-0/+4923