aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-08-20From Scott Bailey:Jaap Keuter3-2/+59
It takes a calculator to decode the timestamps. But no more! Timestamps using the attached patch are displayed as follows: Timestamp = MM:SS mmm absolute (UTM) or Timestamp = MM:SS mmm relative where M is minutes, S is seconds, and m is milliseconds. This is in accord with 'IEEE Std 1278.1-1995' section 5.2.31. svn path=/trunk/; revision=26047
2008-08-20Lint reports addressed.Jaap Keuter1-33/+30
Whitespace cleanup. svn path=/trunk/; revision=26046
2008-08-20From Eric Travis:Jaap Keuter1-1/+4
The included tweak allows for the filtering of packets on the presence of TCP Option 20: tcp.options.scps; svn path=/trunk/; revision=26045
2008-08-20From Steve Friedman:Jaap Keuter1-3/+3
s/Acknowledgment/Acknowledgement/ svn path=/trunk/; revision=26044
2008-08-20Fix up the construction of a subset tvbuff.Guy Harris1-3/+1
svn path=/trunk/; revision=26043
2008-08-19Fix bug:Anders Broman1-5/+36
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2285 7.3.2.22 Measurement Report element min length is 3 Added dissection of 7.3.2.18 TPC Report element svn path=/trunk/; revision=26042
2008-08-19Add a comment.Anders Broman1-0/+14
svn path=/trunk/; revision=26041
2008-08-19Add OUI_MARVELLAnders Broman1-0/+1
svn path=/trunk/; revision=26040
2008-08-19From Neil Piercy:Anders Broman8-6479/+6692
RR has been split from DTAP, with common stuff going to the common files (plus a few minor knock-on consequences). Fix the broken tap: I had not realised that the register_tap call in the dissector registration actually _created_ the tap entry (not the register_tap_listener), and not just associated the tap_id returned with the tap registered by the listener. The use of separate statics by the split lead to 3 taps called "gsm_a", but only the first of which was ever found in the tap_queue_packet. Added (yet another) global for now to cope. Also attached is a patch to tap.c which simply returns the same tap_id if the register_tap is called twice with the same name - I can't see any downside to this, can you? Anyway it seemed to work with deliberately keeping multiple calls. svn path=/trunk/; revision=26039
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.Guy Harris5-21/+21
Clean up indentation a bit. svn path=/trunk/; revision=26037
2008-08-19Add to a comment.Guy Harris1-0/+3
svn path=/trunk/; revision=26036
2008-08-17use the "official" namesUlf Lamping1-4/+4
svn path=/trunk/; revision=26034
2008-08-15Fix some incorrect code (found by valgrind).Bill Meier1-7/+5
svn path=/trunk/; revision=26032
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-15Simplify the PortAudio section.Gerald Combs1-16/+15
svn path=/trunk/; revision=26030
2008-08-14More updates to allow for a win64 target build.Gerald Combs1-3/+18
svn path=/trunk/; revision=26029
2008-08-14Use const with value_string array definitionsBill Meier18-58/+58
svn path=/trunk/; revision=26028
2008-08-14Replace a deprecated -o option with /Fd.Gerald Combs1-2/+2
svn path=/trunk/; revision=26027
2008-08-14Search for "(static const|static|const) value_string" whenBill Meier1-5/+7
looking for value_string definitions to validate. svn path=/trunk/; revision=26026
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 Combs2-17/+19
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-14Replace "guint" with "size_t" in a couple of places.Gerald Combs1-2/+2
svn path=/trunk/; revision=26021
2008-08-14From Frank Wang:Jaap Keuter1-3/+11
dl-map decoder error when decode HARQ_DLMAP_IE and normal IE. svn path=/trunk/; revision=26020
2008-08-14SecFileExtensions was removed in 2005. Don't reference it. Fixes bug 2793.Gerald Combs3-25/+27
Replicate the old SecFileExtensions behavior by disabling and unchecking the file extensions option when Wireshark is unselected. While we're at it, add a "PLATFORM" variable to config.nmake, and use it to set the library directory and installer filename and title. Add a couple of minor fixes. svn path=/trunk/; revision=26019
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-14Fix a spelling errorBill Meier1-2/+2
svn path=/trunk/; revision=26016
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-13Fix various minor typos and spelling errorsBill Meier7-20/+20
svn path=/trunk/; revision=26008
2008-08-13Fix some minor typos, spelling errors & etcBill Meier7-21/+21
svn path=/trunk/; revision=26007
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-13Fix two spelling errorsBill Meier1-2/+2
svn path=/trunk/; revision=26003
2008-08-13Added a note about not beeing able to delete the "Default" profile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26002
2008-08-13Another try to fix the cast problem.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26001
2008-08-13Add a cast to avoid a warning.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26000
2008-08-13Added libwsutil.def to EXTRA_DISTStig Bjørlykke1-0/+1
svn path=/trunk/; revision=25999
2008-08-13Added image/libwsutil.rc.in to EXTRA_DISTStig Bjørlykke1-0/+1
svn path=/trunk/; revision=25998
2008-08-13If capture_dlg_prep() finds an error, don't continue with the capture.Guy Harris1-13/+20
Get rid of an extra g_strdup() (get_if_name() doesn't mangle its argument and doesn't modify prefs.capture_device). If there's no interface on which to capture, pop up a dialog to indicate that. svn path=/trunk/; revision=25997
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