aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is ↵Ulf Lamping50-422/+412
necessary for the switch to GTK 2.6 (at least on WIN32). to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place. deleted related things from config.h.win32 As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon. svn path=/trunk/; revision=16403
2005-11-06dissect some of the session setup and the security blob for smb2Ronnie Sahlberg1-2/+376
svn path=/trunk/; revision=16402
2005-11-06dissect the smb2 request/response flagRonnie Sahlberg1-5/+26
svn path=/trunk/; revision=16401
2005-11-06dissect the smb2 tree idRonnie Sahlberg1-0/+12
svn path=/trunk/; revision=16400
2005-11-06some smb2 updatesRonnie Sahlberg1-1/+308
svn path=/trunk/; revision=16399
2005-11-06add an empty dissector for SMB2Ronnie Sahlberg2-0/+111
svn path=/trunk/; revision=16398
2005-11-05Packet-amr Register as "AMR" not "amr".Anders Broman4-3/+68
Add Dynamic PT:s mimestring to rtp_info if avalable. Use Dynamic PT:s mime string to find clock rate. svn path=/trunk/; revision=16397
2005-11-05get rid of some strcatRonnie Sahlberg1-6/+5
svn path=/trunk/; revision=16396
2005-11-05get rid of an array and dissect a bitmask properlyRonnie Sahlberg1-48/+132
get rid of some strcat()s svn path=/trunk/; revision=16395
2005-11-05remove an array and some strcat from ncpRonnie Sahlberg1-33/+29
svn path=/trunk/; revision=16394
2005-11-04remove an array and the remaining strcat from ospfRonnie Sahlberg1-35/+68
svn path=/trunk/; revision=16393
2005-11-04get rid of some strcat and a stackbased arrayRonnie Sahlberg1-41/+106
svn path=/trunk/; revision=16392
2005-11-04from MetzeRonnie Sahlberg1-32/+43
some winsrepl updates svn path=/trunk/; revision=16391
2005-11-04From Menno AndriesseRonnie Sahlberg3-0/+1299
New protocol : STANAG 5066 I changed it from being a plugin to a builtin dissector and also changed a couple of small bugs svn path=/trunk/; revision=16390
2005-11-03Fix a typo and change TLLI representation to HEX.Anders Broman1-3/+3
svn path=/trunk/; revision=16389
2005-11-03Update to samba svn 11484Jörg Mayer4-5/+21
svn path=/trunk/; revision=16388
2005-11-03"dissect_cmp_http()" doesn't check for a valid packet (it doesn't needGuy Harris1-2/+2
to, it's selected by the media-type string, not something unreliable such as a port number), and doesn't return anything, so give it the right type and don't declare it as a "new-style" dissector. svn path=/trunk/; revision=16387
2005-11-03Get rid of (valid) warning about uninitialized variable, and clean upGuy Harris1-3/+3
indentation. svn path=/trunk/; revision=16386
2005-11-03Get rid of no-longer-used code (the list of plugins is now just a tab inGuy Harris1-67/+0
Help->About, not a separate dialog from Help->About Plugins). svn path=/trunk/; revision=16385
2005-11-03Fix usage of PRI[du]64 - they just replace the "letter" part of theGuy Harris1-2/+2
format, they don't include the "%". svn path=/trunk/; revision=16384
2005-11-02Some cleanup,Luis Ontanon3-41/+96
- Improve expert info - Remove the debug tree (one warning unused function, will go) - Make Sure Pending messages have a cmdmsg (and so a colinfo label) svn path=/trunk/; revision=16383
2005-11-02Handle a optional parameter length of zero.Anders Broman1-255/+262
svn path=/trunk/; revision=16382
2005-11-02MSVC warning fixed:Ulf Lamping1-1/+1
proto.c(4694) : warning C4101: 'stringified' : unreferenced local variable svn path=/trunk/; revision=16381
2005-11-02From David Wysochanski fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=16380
2005-11-02Use dissect_sip_tcp_heur for TCP to make re-assembly work on hueristics.Anders Broman1-1/+2
svn path=/trunk/; revision=16379
2005-11-02- terminate a value_stringLuis Ontanon3-17/+117
- wildcard field subdissector svn path=/trunk/; revision=16378
2005-11-02minor enhancement (raised plugin version to 0.1.2):Ulf Lamping3-4/+49
PN-DCP: dissection of "DHCP/DHCP client identifier" suboption was added svn path=/trunk/; revision=16377
2005-11-02From TimAnders Broman8-249/+363
A small patch for camel and inap, where the linkedid doesn't get dissected correctly in camel or inap and some tidy up in the camel asn.1 which now compiles with no warnings. also fix the copy_file target (/y) svn path=/trunk/; revision=16376
2005-11-01- add a counter for pending messagesLuis Ontanon4-60/+44
- do not use a value string for context ids - remove the plugin registration as it is not supposedd to be a plugin svn path=/trunk/; revision=16375
2005-11-01Add "application/resource-lists+xml" to xml typesAnders Broman1-0/+1
svn path=/trunk/; revision=16374
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot6-18/+12
svn path=/trunk/; revision=16373
2005-11-01- Embryonic Transaction & Context tracingLuis Ontanon5-252/+1605
svn path=/trunk/; revision=16372
2005-10-31Improve the description of "contains" and "matches" a bit.Guy Harris1-3/+5
svn path=/trunk/; revision=16371
2005-10-31Dump the range when printing an MK_RANGE operator.Guy Harris1-2/+36
svn path=/trunk/; revision=16370
2005-10-31When printing the code for a display filter:Guy Harris8-116/+195
print register numbers as unsigned (they're guint32); when printing a PUT_FVALUE instruction, show the value as well as the type of the value. That requires that a bunch of types get to_repr methods; add them for PCRE (FTREPR_DFILTER-only - show the regular expression as text), tvbuffs (FTREPR_DFILTER_only - show the data as a hex string), integral types, string types other than FT_STRING, and FT_IPv6. That means we can use fvalue_to_string_repr() for FT_IPXNET and FT_IPv6 in proto_construct_dfilter_string(), and that we don't need to handle integer and floating types specially in MATE. Fix some problems with the PCRE execution code for tvbuff types. svn path=/trunk/; revision=16369
2005-10-31Get rid of an unused variable, and declare a variable that points into aGuy Harris1-2/+2
tvbuff's data const. svn path=/trunk/; revision=16368
2005-10-30Export fvalue_get_integer64(), for completeness.Guy Harris1-0/+1
svn path=/trunk/; revision=16367
2005-10-30"XXX.XXX.XXX.XXX" is 15 characters, not 14 characters.Guy Harris1-2/+2
svn path=/trunk/; revision=16366
2005-10-30Make capture filter (and capture filter error message) strings "safe" asGuy Harris1-4/+10
necessary before putting them into an error message dialog. Fixes bug 564. svn path=/trunk/; revision=16365
2005-10-30very minor enhancementsUlf Lamping1-7/+7
svn path=/trunk/; revision=16364
2005-10-30- Split dissect_wendor_specific_ie intoJörg Mayer1-22/+62
dissect_vendor_ie_wpawme and dissect_vendor_ie_rsn - Display the vendor code on the top level of vendor specific IEs - Make the vendor code of vendor specific IEs filterable (wlan_mgt.tag.oui) svn path=/trunk/; revision=16363
2005-10-30- Remove trailing whitespaceJörg Mayer1-82/+78
- IS_WEP is now (11i) called IS_PROTECTED - Remove duplicate (and commented out) code - Add reson code 0x24 to reason_codes svn path=/trunk/; revision=16362
2005-10-29Give RFC numbers for MIPv6, NEMO, and FMIPv6.Guy Harris2-48/+79
Fix up NEMO #defines for field offsets, and field and option lengths, to match #defines for other options. Handle the padding in the FMIPv6 LLA option internally to the option parser, and don't include the link-layer address unless it's present. Don't handle the length of the LLA option specially in the generic option parser. Clean up white space. svn path=/trunk/; revision=16361
2005-10-29remove some strcat and dissect the options bitfield properlyRonnie Sahlberg1-43/+123
svn path=/trunk/; revision=16360
2005-10-29Use NULL for pointers, 0 for integers, to squelch compiler warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=16359
2005-10-29Set "ti" in all code paths, to squelch a compiler warning.Guy Harris1-0/+3
svn path=/trunk/; revision=16358
2005-10-29Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=16357
2005-10-29From Jaap KeuterAnders Broman1-18/+44
Improvments to PCMA and PCMU handling- svn path=/trunk/; revision=16356
2005-10-29remove cleanbld.bat (use the distclean target instead)Ulf Lamping3-50/+5
svn path=/trunk/; revision=16355
2005-10-29add some simple heuristics for PVFSRonnie Sahlberg1-31/+77
make PVFS use tcp_dissect_pdus so it will handle reassembly, pdu boundary tracking, pdu transfer time atc. svn path=/trunk/; revision=16354