aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher31-103/+105
svn path=/trunk/; revision=21233
2007-03-27Have retransmissions added only once per retransmitted packet.Luis Ontanon1-39/+33
svn path=/trunk/; revision=21232
2007-03-27from Gisle Vanem:Ulf Lamping2-2/+2
add " && defined(_MSC_VER)", as MingW doesn't need it svn path=/trunk/; revision=21231
2007-03-27from Peter Johansson:Ulf Lamping4-14/+13
compilation warnings fixed svn path=/trunk/; revision=21230
2007-03-27Common handling of picture layer.Anders Broman1-99/+402
svn path=/trunk/; revision=21229
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping7-7/+7
change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings svn path=/trunk/; revision=21228
2007-03-27add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping3-0/+12
svn path=/trunk/; revision=21227
2007-03-27Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev ↵Jeff Morriss1-2/+3
20804 svn path=/trunk/; revision=21226
2007-03-27Ply updated to v2.3Tomas Kukosa2-134/+149
svn path=/trunk/; revision=21225
2007-03-27add missing H235-SRTP.asn into Linux/Unix makefileTomas Kukosa1-1/+1
svn path=/trunk/; revision=21224
2007-03-27add "#pragma warning(disable:4146)"Ulf Lamping1-0/+7
svn path=/trunk/; revision=21223
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2-2/+5
svn path=/trunk/; revision=21222
2007-03-27fix the remaining MSVC warnings by setting individual ↵Ulf Lamping9-1/+44
#pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ... svn path=/trunk/; revision=21221
2007-03-27the megaco plugin no longer exists, remove remaining traces ...Ulf Lamping1-15/+0
svn path=/trunk/; revision=21220
2007-03-26The signature for load_cap_file changed in 21211Ronnie Sahlberg1-1/+1
Update also the code path for when not compiling with pcap so that code path also uses the new signature. svn path=/trunk/; revision=21219
2007-03-26remove a duplicate declarationLuis Ontanon1-1/+0
it looks like svn's merge is not that intelligent... or may be its me? svn path=/trunk/; revision=21218
2007-03-26the forgotten files from the last checkinLuis Ontanon2-0/+5
svn path=/trunk/; revision=21217
2007-03-26add a missing constant to make the megaco dissector compileRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=21216
2007-03-26trash the empty container of the megaco pluginLuis Ontanon11-672/+0
svn path=/trunk/; revision=21215
2007-03-26From Peter Johansson:Stephen Fisher4-392/+378
Fix warnings svn path=/trunk/; revision=21214
2007-03-26add Megaco to the "VoIP Calls" tapLuis Ontanon2-1/+25
svn path=/trunk/; revision=21213
2007-03-26add context tracing and tap to packet-megaco.cLuis Ontanon1-6/+214
(have to fix the matching of wildcarded terminations as it doesn't work as it should) svn path=/trunk/; revision=21212
2007-03-26From Doug Pratley:Stephen Fisher5-29/+498
The purpose of the patch is to provide a new output format (so it is independent of -V): single line record per-packet with the fields chosen by the user, with configuration options to control separator, quoting and whether a header line is printed. It also extends some existing options behaviour (-c and -a:filesize) so that they affect reading a file as well as writing one, so that only the first <n> packets or bytes are read). svn path=/trunk/; revision=21211
2007-03-26From Sebastien Tandel Ronnie Sahlberg30-198/+216
fixes for various compiler warnings svn path=/trunk/; revision=21210
2007-03-26Fix distcheck by removing the reference to the megaco pluginJeff Morriss1-1/+0
svn path=/trunk/; revision=21209
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work ↵Jeff Morriss2-4/+2
for me. Also redirect its stderr to /dev/null to avoid worrying users svn path=/trunk/; revision=21208
2007-03-26from Jon SmirlRonnie Sahlberg1-8/+6
add defines for data direction (which direction in/out is data being transferred for this particylar request/response pair) and a mask for which bits of the byte contains the type. svn path=/trunk/; revision=21207
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.Ronnie Sahlberg1-1/+11
and once again the mighty wireshark compiles on rh71 svn path=/trunk/; revision=21206
2007-03-26older versions of gcc do not check -W parameters when only running the ↵Ronnie Sahlberg1-1/+11
preprocessor. change the test for whether -Wdeclaration-after-statement so that it also works for ancient gcc svn path=/trunk/; revision=21205
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher15-388/+71
under gcc to tools/lemon, plugins/mate and epan/ svn path=/trunk/; revision=21204
2007-03-26Remove references to the megaco plugin from the Windows U3 packaging stuff ↵Jeff Morriss1-20/+19
(hopefully this is the last onegrep megaco *). svn path=/trunk/; revision=21203
2007-03-26Remove references to the megaco plugin from the Windows packaging stuff.Jeff Morriss2-57/+55
svn path=/trunk/; revision=21202
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use ↵Jeff Morriss1-9/+4
memset and memcpy instead. svn path=/trunk/; revision=21201
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapJeff Morriss1-0/+8
svn path=/trunk/; revision=21200
2007-03-26From Jon SmirlRonnie Sahlberg1-14/+36
add a whole bunch of new descriptor types svn path=/trunk/; revision=21199
2007-03-26Remove references to the megaco plugin from the top level Makefiles.Jeff Morriss2-2/+0
svn path=/trunk/; revision=21198
2007-03-26From Ronnie Sahlberg1-1/+36
Charles Lepple This patch enables packet-usb.c to display all descriptors in the GET CONFIGURATION request, regardless of whether we know how to decode them. (All descriptors in that request share the same first two bytes.) It also adds the HID descriptor type (not the report descriptor, though - that is buried in a class request, not a device request). I am still working on actually decoding this descriptor. svn path=/trunk/; revision=21197
2007-03-26From Ronnie Sahlberg1-868/+1001
Martin Sustrik additions to AMQP dissector and prettifications to the information column svn path=/trunk/; revision=21196
2007-03-26If we're using gcc, try to use -Wdeclaration-after-statement to catch more ↵Jeff Morriss1-0/+8
non-portable commits. I'm not sure if this is the Right Way to test to see if the compiler can handle a specific option but it's simple and efficient enough. svn path=/trunk/; revision=21195
2007-03-25From a Jon Smirl patch Ronnie Sahlberg2-9/+9
rename the conversation field "class" to "interfaceClass" svn path=/trunk/; revision=21194
2007-03-25From Jon SmirlRonnie Sahlberg3-5/+4
change the private data pointer name from masstorage to class_data since there will be future class specific dissectors that will also want to hang some extra data off these structures svn path=/trunk/; revision=21193
2007-03-25All private data for a capture in a Wiretap module must be per-file, notGuy Harris2-52/+38
static to the module. Add the older(?) ID tag for MPEG audio. Just use the ID at the beginning to identify MPEG audio files; don't check the file any further. If the read of the magic number doesn't work, get the error, and, if there is no error (i.e., it's a short read), just return 0 (meaning "no error, but this isn't that type of file). Similarly, if the magic number doesn't match, just return 0, so other types of file are tried. svn path=/trunk/; revision=21192
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon8-5/+31
svn path=/trunk/; revision=21191
2007-03-25rename h248_* to gcp_* according to changes in epan.Luis Ontanon2-11/+11
svn path=/trunk/; revision=21190
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the ↵Luis Ontanon5-972/+1027
same code can be used by megaco (upcoming). svn path=/trunk/; revision=21189
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )Luis Ontanon3-919/+47
svn path=/trunk/; revision=21188
2007-03-25Before accepting a packet in a heuristic dissector, don't fetch any dataGuy Harris2-4/+28
without first checking to make sure it's available. Clear the Info column as soon as we've accepted a packet. In the "MPEG" dissector, if no subdissector accepts the packet, dissect it as just "MPEG" data. svn path=/trunk/; revision=21187
2007-03-25Before we've decided to dissect a frame, don't fetch any data beforeGuy Harris2-100/+84
checking to make sure it's available. Don't dissect an audio frame if it doesn't have a valid version or layer value. Don't do anything with the columns until we've decided to accept a frame. The register routines are only called once; we don't have to check whether they've already been called. svn path=/trunk/; revision=21186
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic ↵Luis Ontanon1-1/+28
bytes at the beginning of the file. I added just one type of mpeg magic ("ID3") there's probably more, please add. svn path=/trunk/; revision=21185
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1
svn path=/trunk/; revision=21184