aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2008-08-15Added handling of missing sequence number range in ack.Stig Bjørlykke1-82/+145
Add all message ids in ack to the info column. Changed data types for sequence number and total number of pdus. Untabify file. svn path=/trunk/; revision=26031
2008-08-14Use const with value_string array definitionsBill Meier18-58/+58
svn path=/trunk/; revision=26028
2008-08-14It looks like /Zd was removed in VC++ 2005.Gerald Combs1-2/+2
svn path=/trunk/; revision=26025
2008-08-14Added a missing {0,NULL} as noted by Christopher.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=26024
2008-08-14From cjkelly1: Add "/MD" to the PortAudio compilation flags. FixesGerald Combs1-1/+3
bug 2791. Don't use "-o" in the PortAudio compilation flags. If we're running Visual C++ 2008, don't use "/Zd" when compiling packet-rrc.c. Fixes bug 2795. svn path=/trunk/; revision=26023
2008-08-14From Siva Jupudi:Anders Broman2-0/+233
Support WAVE Short Message Protocol IEEE P1609.3(WSMP). Slightly modified to display the message as Data as from the supplied trace it looks not to be text. The packet-ieee80211.c patch is not included as the trace in question shows malformed packets. svn path=/trunk/; revision=26022
2008-08-14Add Ethertype for WAVE Short Message dissection (WSMP).Anders Broman2-62/+67
svn path=/trunk/; revision=26018
2008-08-14Fix some spelling/typosBill Meier1-3/+3
svn path=/trunk/; revision=26017
2008-08-14From Edward J. Paradise (bug 2775):Stig Bjørlykke1-0/+21
Patch to fix windows compile errors. svn path=/trunk/; revision=26015
2008-08-14Fix a few typos & spelling errorsBill Meier4-5/+5
svn path=/trunk/; revision=26014
2008-08-14Add expert info warning to TSNs that are retransmitted more than 2 times.Jeff Morriss1-0/+5
svn path=/trunk/; revision=26013
2008-08-14Fix for retransmission of fragmented NDS reply packets.Greg Morris2-69/+120
Fix for crash in expert file information. Fix for malformed NDS iteration packets. Fix indention on NDS read attribute definition verb. svn path=/trunk/; revision=26012
2008-08-14From Edward J. Paradise:Jaap Keuter1-77/+488
This proposed patch adds decoding and filtering support for: *draft-ietf-ospf-manet-or-00 *draft-ietf-ospf-af-alt-06 to packet-ospf.c Some code cleanup added svn path=/trunk/; revision=26011
2008-08-13Updates based on lint output provided by Chris Maynard.Jaap Keuter1-16/+11
svn path=/trunk/; revision=26010
2008-08-13From Edward J. Paradise:Jaap Keuter1-38/+141
rfc4938 defines two credit granting mechanisms, out-of-band and inband. The current decoding mechanism in packet-pppoe.c only decodes out-of-band credit grants. This patches addresses decoding of inband credit as well. In addition, I added filters for these tags in the pppoes packets. Previously, the common pppoe filters were under the pppoed filter registration, but now since there are pppoed and pppoes filters, I moved them out on their own. svn path=/trunk/; revision=26009
2008-08-13Rewrote to avoid prohibited API strcpy.Stig Bjørlykke1-9/+5
svn path=/trunk/; revision=26006
2008-08-13supply dissected XML structure to caller dissectorTomas Kukosa3-54/+129
svn path=/trunk/; revision=26005
2008-08-13Removed a C++ style comment.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26004
2008-08-13PRI[duox]64 isn't being defined on all platforms, breaking the build,Guy Harris2-8/+8
and we don't want to use it in any case, as PRI[duox]64 might be different from G_GUINT64_MODIFIER followed by [duox], and the latter is what GLib's formatter supports, and that's the formatter we use. svn path=/trunk/; revision=25996
2008-08-13Fix:Anders Broman2-5/+5
packet-rtps.c:1462: warning: unused parameter 'label' packet-rtps.c:2767: warning: unused parameter 'label' packet-rtps2.c:1687: warning: unused parameter 'label' packet-rtps2.c:3049: warning: unused parameter 'label' packet-rtps2.c:3147: warning: unused parameter 'label' svn path=/trunk/; revision=25995
2008-08-13From Fabrizio Bertocci:Anders Broman5-1828/+16069
- The RTPS packet dissector has been rewritten from scratch to dissect RTPS 1.0 - 1.2 packets svn path=/trunk/; revision=25994
2008-08-12From Eric Travis:Anders Broman2-7/+449
Enhancement providing parsing capability for TCP Options 20 & 21 (IANA assigned). svn path=/trunk/; revision=25991
2008-08-12From Márton Németh:Anders Broman1-45/+406
Clean up the Linux USB pseudoheader dissection. svn path=/trunk/; revision=25990
2008-08-12Avoid an indefinite loop freeing the same data over and over againStig Bjørlykke1-0/+1
in host_name_lookup_cleanup() when HAVE_C_ARES. svn path=/trunk/; revision=25989
2008-08-12From Alexey Neyman:Anders Broman6-1/+342
Implement dissector for IPMB (DLT_IPMB_LINUX, 209). svn path=/trunk/; revision=25986
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-12/+16
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
2008-08-11From Darryl Champagne:Anders Broman1-0/+578
Add SyncML 1.2, and ActiveSync support to packet-wbxml. svn path=/trunk/; revision=25984
2008-08-11From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke5-33/+55
Display FQDN binary encoded name as text Ensure that get_dns_name does not cross packet sub boundry From me: Preserve the usage of bootp.fqdn.name as a display filter svn path=/trunk/; revision=25981
2008-08-11Get rid of a '<' in the description that causes docbook to bail out...Luis Ontanon1-1/+1
svn path=/trunk/; revision=25980
2008-08-11The forgotten file!Luis Ontanon1-5/+7
svn path=/trunk/; revision=25979
2008-08-11Add a slightly modified version of Paolo Abeni's funneled progress dialog ↵Luis Ontanon2-2/+131
(ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface. svn path=/trunk/; revision=25977
2008-08-09Fix an se_leakLuis Ontanon1-3/+8
svn path=/trunk/; revision=25974
2008-08-09From Brooss (bug 2373):Stig Bjørlykke2-0/+1167
Added TeamSpeak2 dissector From me: - Made all local functions static - Renamed my_vals to conv_vals - Call correct function to parse LOGINEND - Fixed some obvious errors in typenames list - Fixed some indentation svn path=/trunk/; revision=25973
2008-08-09From Shinsuke SUZUKI (bug 2789):Stig Bjørlykke1-4/+4
Remove some non-ASCII characters. svn path=/trunk/; revision=25972
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke2-16/+0
svn path=/trunk/; revision=25968
2008-08-08Replace custom data presentation with native one.Jaap Keuter2-137/+30
svn path=/trunk/; revision=25965
2008-08-08Fix for bug 2778:Jaap Keuter1-24/+27
Bye string is "null padded", not "null terminated". Change code to test for that fact. svn path=/trunk/; revision=25964
2008-08-08AF_ values are used in DLT_LOOP captures as well.Guy Harris1-1/+1
svn path=/trunk/; revision=25963
2008-08-08Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.Guy Harris2-11/+30
Have the IAX2 dissector include <epan/aftypes.h> and use the Linux AF_ values from it. Point to the IAX2 I-D, and add some clarifying comments. svn path=/trunk/; revision=25962
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):Sake Blok2-0/+14
Make display filter max recent entries a preference (From me: fixed an off by one bug in saving to the recent file) svn path=/trunk/; revision=25960
2008-08-08Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris3-42/+37
Desktop Pass-Through protocols use them. Use those values in the dissectors for those protocols. In the Desktop Pass-Through dissector, define the Winsock SOCK_ values ourselves, and get the IP protocol values from <epan/ipproto.h>. Don't include now-unnecessary system headers in that dissector. svn path=/trunk/; revision=25959
2008-08-08Don't get AF_ values used in protocols from system header files -Guy Harris1-12/+15
they're not guaranteed to be the same in all OSes. Define them ourselves. svn path=/trunk/; revision=25958
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-1/+1
svn path=/trunk/; revision=25955
2008-08-07From Ryan Wamsley:Jaap Keuter2-0/+272
Add Ethernet Global Data (EGD) packet dissector. svn path=/trunk/; revision=25954
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs2-27/+195
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
2008-08-07Put back the Intel URL for the IPMI specs.Guy Harris1-0/+6
svn path=/trunk/; revision=25952
2008-08-07Activate the IPMI changesAnders Broman3-5679/+1182
From Alexey Neyman. svn path=/trunk/; revision=25951
2008-08-07remove a degug printfLuis Ontanon1-1/+1
svn path=/trunk/; revision=25950
2008-08-06From Alexey Neyman :Anders Broman11-0/+13676
(Note just checking in the new files not yet added to the build process on purpose the changes to packet-ipmi.c is also not done yet - Anders). Generic changes: - IPMI session wrapper dissection has been separated from the dissection of IPMI itself. This will allow for possible dissection of captures directly from IPMB (as the IPMB messages lack the IPMI session wrapper). IPMI changes: - Implemented request-response matching for IPMI sessions. This makes easy serves two purposes: first, it allows for easy location of response to a certain request and vice versa. Second, it allows for dissection of responses where response format depends on the request data. - IPMI dissector can now dissect much broader set of commands. - Command-specific completion codes are now handled. - The dissector is able to parse IPMI commands embedded into other IPMI commands (for now, only Send Message; Get Message and Forward Message can be implemented later). Such embedded commands also matched with responses to them. svn path=/trunk/; revision=25948
2008-08-06From Hakim Bellam:Anders Broman1-84/+243
-Added support for aggregate frames -Added correct decoding for most fields svn path=/trunk/; revision=25945