summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-29Document "-T fields".Guy Harris1-14/+28
svn path=/trunk/; revision=21977
2007-05-29Print a gint64 the right way.Guy Harris1-1/+2
svn path=/trunk/; revision=21976
2007-05-29From David Howells :Sebastien Tandel29-72/+72
Fix compilation failures when building wireshark-0.99.6-SVN-21916 on an x86_64-unknown-linux-gnu target with gcc version 4.1.2 20070403 (Red Hat 4.1.2-8). The failures fall into two categories: (1) Casts between pointers and 32-bit integers without an intermediary cast via 'long' or 'unsigned long'. This results in a compiler warning complaining about casts between a pointer and an integer of a different size. (2) Passing values to "%lld" or similar printf-style format options that the compiler thinks are a different size. Such values need to be cast to 'long long' or 'unsigned long long'. svn path=/trunk/; revision=21975
2007-05-29fix warnings for gcc 4.2Sebastien Tandel1-1/+1
svn path=/trunk/; revision=21974
2007-05-28fix SelectionType creation for export (if the type is only exported but not ↵Tomas Kukosa1-0/+4
used in module) svn path=/trunk/; revision=21973
2007-05-28support of SelectionTypeTomas Kukosa1-23/+133
e.g. in TCAP Component{...} ::= CHOICE { basicROS ROS{...}, returnResultNotLast [7] returnResult < ROS{..} } svn path=/trunk/; revision=21972
2007-05-28Throw in some casts to suppress warnings.Guy Harris2-8/+8
svn path=/trunk/; revision=21971
2007-05-28asn1/snmp/README.txt is gone.Guy Harris1-1/+0
svn path=/trunk/; revision=21970
2007-05-28small improvements in value handling, defined INTEGER value can be used in ↵Tomas Kukosa1-53/+73
OID value svn path=/trunk/; revision=21969
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris4-176/+201
possibly-unaligned pointers, and turn on -Wcast-align so at least some future code that does that will fail to compile. svn path=/trunk/; revision=21968
2007-05-28From Joe Eykholt:Anders Broman4-0/+344
Attached is a patch file and a new dissector for FCoE. This protocol is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol. svn path=/trunk/; revision=21967
2007-05-28From Neil Ostroff:Anders Broman2-16/+371
The enclosed patch updates the ansi isup dissector to support the following parameters: 1. Generic Name 2. Originating Line Info 3. Jurisdiction 4. Charge Number 5. Forward Call Indicator (bits M and N are now being decoded) 6. Cause Code (all values are now being decoded) svn path=/trunk/; revision=21966
2007-05-28Remove old readme file from snmp asn1 directory that says it isn't readyStephen Fisher1-5/+0
for use because it is already in use as the packet-snmp.c dissector. svn path=/trunk/; revision=21965
2007-05-27From Metatech:Stephen Fisher1-1/+13
Here is a small patch of a dozen lines that extracts SQL statements from the packet. This allows to use the field "drda.sqlstatement" in coloring rules or in a packet filter so that only SQL statements are dumped from a connection svn path=/trunk/; revision=21964
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris20-20/+20
svn path=/trunk/; revision=21963
2007-05-27Clean up white space.Guy Harris21-41/+60
svn path=/trunk/; revision=21962
2007-05-27Get rid of trailing blank lines.Guy Harris19-19/+0
svn path=/trunk/; revision=21961
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris45-180/+180
the number of bytes in the packet or subset of the packet is the reported length, tvb_length() just gives you the amount of that data that was actually captured. Include <glib.h>, not <gmodule.h>, even in plugins. Fix the version numbers in the rc files. svn path=/trunk/; revision=21960
2007-05-27Clean up white space.Guy Harris2-3/+3
svn path=/trunk/; revision=21959
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris1-1/+1
svn path=/trunk/; revision=21958
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris1-2/+1
svn path=/trunk/; revision=21957
2007-05-26Squelch some unused parameter warnings.Guy Harris7-14/+14
svn path=/trunk/; revision=21956
2007-05-26Flag some parameters as unused.Guy Harris1-3/+3
svn path=/trunk/; revision=21955
2007-05-26Get rid of unused parameter.Guy Harris1-4/+4
svn path=/trunk/; revision=21954
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris6-56/+308
rest of the distcheck issues. svn path=/trunk/; revision=21953
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt3-12/+74
svn path=/trunk/; revision=21952
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
svn path=/trunk/; revision=21951
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
svn path=/trunk/; revision=21950
2007-05-26Go with a Makefile.common as other plugins have, and tweak theGuy Harris3-13/+198
Makefile.nmake and Makefile.am files to more closely resemble the ones for other plugins. (This should fix at least one of the distcheck problems, namely that wmxtypes.h apparently wasn't getting put into the distribution.) svn path=/trunk/; revision=21949
2007-05-26From Ville Nuorvala :Sebastien Tandel2-59/+547
adds support for the following RFCs (and RFC-to-be): - RFC 3519 Mobile IP Traversal of Network Address Translation (NAT) Devices - RFC 3543 Registration Revocation in Mobile IPv4 - RFC 4433 Mobile IPv4 Dynamic Home Agent (HA) Assignment (including the not yet published errata about the message extension using the short message extension format) - draft-ietf-mip4-message-string-ext Mobile IPv4 Message String Extension svn path=/trunk/; revision=21948
2007-05-26Fix bug #1416: crash (stack smashing) on single DHCP packetStephen Fisher1-1/+1
svn path=/trunk/; revision=21947
2007-05-26init_plugin_dir() is now just internal to epan/filesystem.c.Guy Harris1-1/+0
svn path=/trunk/; revision=21946
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs73-13/+39227
Add support for WiMAX and M2M to various makefiles and installer files. Add basic support for M2M to randpkt. svn path=/trunk/; revision=21945
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris2-4/+4
svn path=/trunk/; revision=21944
2007-05-25Throw an exception instead of trying to add a 4GB fragment.Gerald Combs1-0/+2
svn path=/trunk/; revision=21943
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris3-14/+10
get_plugin_dir(). Add checks for the success or failure of init_progfile_dir() in dftest. svn path=/trunk/; revision=21942
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris2-19/+13
guint8's, to squelch some compiler warnings (and clean up some comparisons). svn path=/trunk/; revision=21941
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asGuy Harris1-1/+1
it's a pointer to an arbitrary object, assumed to be correctly aligned, not a pointer to a not-necessarily-properly-aligned array of bytes. Cast it, so we won't get alignment warnings. svn path=/trunk/; revision=21940
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asGuy Harris1-1/+1
it's a pointer to an arbitrary object, assumed to be correctly aligned, not a pointer to a not-necessarily-properly-aligned array of bytes. Cast it, so we won't get alignment warnings. svn path=/trunk/; revision=21939
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris12-30/+30
svn path=/trunk/; revision=21938
2007-05-25As Martin pointed out, we were comparing the wrong variable against our Gerald Combs1-1/+1
modifier mask (and using the wrong bitwise operator to boot). svn path=/trunk/; revision=21937
2007-05-25 remove the never used wiretap/wtap-plugins.cLuis Ontanon3-167/+0
svn path=/trunk/; revision=21936
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon14-74/+192
epan/filesystem.c have get_plugin_dir() calling init_plugin_dir() if necessary epan/epan.c and epan/report_err.c move the report_failure family into the new report_err.c file, have epan_init() calling the initializer epan/plugins.h and epan/proto.c do not have init_plugins() calling the proto_reg functions instead do it in init_proto() gtk/main.c and tshark.c init_plugin_dir() has become suprefluous capinfos.c and editcap.c load the wiretap plugins Makefiles do what's needed to build withe the above changes. svn path=/trunk/; revision=21935
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the ↵Luis Ontanon3-13/+18
dissector and the handle - packet-user_encap.c: use the new UAT_PROTO_DEF - gtk/uat_gui.c: change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window svn path=/trunk/; revision=21934
2007-05-25get rid of few warningsTomas Kukosa9-182/+128
svn path=/trunk/; revision=21933
2007-05-25Update from samba tree revision 23054 to 23135Jörg Mayer1-0/+1
============================ Samba log start ============ ------------------------------------------------------------------------ r23069 | metze | 2007-05-22 13:23:36 +0200 (Tue, 22 May 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/Util.pm print out the command, to find out the problem on host 'tridge' metze ------------------------------------------------------------------------ r23071 | metze | 2007-05-22 14:45:58 +0200 (Tue, 22 May 2007) | 3 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/Util.pm print the command on failure only metze ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=21932
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directoryTomas Kukosa43-94995/+121731
svn path=/trunk/; revision=21931
2007-05-25Fix for bug 1614:Jaap Keuter1-3/+16
Output preamble and finale on live capture. svn path=/trunk/; revision=21930
2007-05-25From Brian Vandenberg:Jaap Keuter1-6/+6
I ran into a problem trying to debug some of my stuff yesterday that depends on the http dissector, and the server I'm working with defaults to ssl traffic; whenever I try to debug it, it always gets hung up on the lines I mentioned in the email quoted below (within the ssl dissector). It seems the culprit is in the use of g_malloc within ssl_data_alloc, and free (instead of g_free) in tls_prf. I've attached the diff for the fixes I made. svn path=/trunk/; revision=21929
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon6-36/+79
svn path=/trunk/; revision=21928