aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Go figure. Something that's not on the top or bottom is in theGuy Harris1-10/+10
"middle", while something that's not on the left or right is in the "center". svn path=/trunk/; revision=45273
2012-10-02Have separate 32-bit and 64-bit rows in the table of compiler packages.Guy Harris1-20/+72
svn path=/trunk/; revision=45272
2012-10-02Adjust the size and location of the "Export Specified Packets" template.Gerald Combs1-27/+27
svn path=/trunk/; revision=45271
2012-10-02Fix indentation.Guy Harris1-2/+2
svn path=/trunk/; revision=45270
2012-10-02Get rid of the always-null and unused argument toGuy Harris4-9/+8
host_name_lookup_process(). If, in the future, we find that we need an argument for changes we're making, we can add it then. svn path=/trunk/; revision=45269
2012-10-02Fix a comment, add another comment, and fix indentation.Guy Harris1-6/+6
svn path=/trunk/; revision=45268
2012-10-02Use a value string array for EPS Bearer Identity and remove useless ↵Pascal Quantin1-22/+22
de_esm_lnkd_eps_bearer_id function svn path=/trunk/; revision=45267
2012-10-02The Packet Filter Identifier range is [1;16] according to 3GPP 27.007 ↵Pascal Quantin1-8/+10
chapter 10.1.3 svn path=/trunk/; revision=45266
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs7-692/+747
svn path=/trunk/; revision=45259
2012-10-02Test with the presence (-nVxr) and absence (-nr) of the tree. We nowGerald Combs2-11/+23
use an array of arguments so additional combinations can be added. svn path=/trunk/; revision=45258
2012-10-02Upgrade NAS EPS dissector to v11.4.0 (Release 11)Pascal Quantin3-16/+136
svn path=/trunk/; revision=45253
2012-10-02According to 3GPP 24.011, information element name is RP-Originator Address, ↵Pascal Quantin1-3/+3
not RP-Origination Address svn path=/trunk/; revision=45252
2012-10-02OK, ETSI has (not surprisingly) picked up 3GPP's values in later ETSI specs;Jeff Morriss1-6/+11
comment out the older, conflicting ETSI-specified values and use the more modern ones. Mark a couple of deprecated values as such (void). svn path=/trunk/; revision=45251
2012-10-02Add some Specific-Action enums from 29.214 v11.6.0.Jeff Morriss1-51/+53
Note a conflict here between 29.214 and the older ETSI spec for values 6 and 7. svn path=/trunk/; revision=45250
2012-10-02Fix hf_me (it is a 2 bits long field, not a boolean)Pascal Quantin1-1/+1
svn path=/trunk/; revision=45249
2012-10-01Don't bother setting a background gradient in the toolbar on Windows.Gerald Combs1-9/+0
svn path=/trunk/; revision=45246
2012-10-01Construct a proper directory URL.Gerald Combs1-1/+4
svn path=/trunk/; revision=45245
2012-10-01Add new fileset ui file to cmake build.Evan Huus1-0/+1
svn path=/trunk/; revision=45244
2012-10-01Implement file sets.Gerald Combs14-241/+510
Replace the original file set code with a UI form. Use more consistent file names. List the files using a QTreeWidget instead of a grid. fileset_is_file_in_set is only used in fileset.c so make it static. In main_window.cpp reduce our usage of the global cfile variable. svn path=/trunk/; revision=45243
2012-10-01Make protocol 5 octets long and cut down code clutter,Jaap Keuter1-12/+10
svn path=/trunk/; revision=45242
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
svn path=/trunk/; revision=45241
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs3-16/+15
Bring the timestamp output more in line with ISO 8601. svn path=/trunk/; revision=45240
2012-10-01Add options to dissect MCCH from LTE MAC/RLC dissectorsPascal Quantin3-85/+138
svn path=/trunk/; revision=45239
2012-10-01update the capture comment icon in the statusbarMartin Kaiser1-0/+3
when a capture comment was edited via Statistics/Summary svn path=/trunk/; revision=45238
2012-10-01There is no longer the need to define HAVE_CONFIG_H.Jeff Morriss1-1/+1
svn path=/trunk/; revision=45232
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss9-10/+8
svn path=/trunk/; revision=45231
2012-10-01The -B option is no longer only available in Win32: remove the Win32Jeff Morriss1-2/+2
restriction from the Synopsis. This is the man page for Wireshark, not Tshark (fix a cut-n-pasteo). svn path=/trunk/; revision=45229
2012-09-30use the correct status bar icon for the capture commentMartin Kaiser1-1/+2
if we have an empty capture comment (an existing comment was deleted), we should use the same icon as if no comment was present svn path=/trunk/; revision=45227
2012-09-30Add displayed and marked percent columns and percent calculations for ↵Chris Maynard2-69/+132
dropped and ignored packets in summary dialog. Also display percent calculations for displayed, marked, ignored and dropped packets in statusbar. Like ignored packets, only display marked packet count and percent in the statusbar if there are any. Fixes enhancement bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2377 svn path=/trunk/; revision=45226
2012-09-30Revert r45185. While it looks better with an icon if "Filter toolbar style" ↵Chris Maynard1-2/+1
is set to "Icons & Text", if the preference is set to "Icons only", all custom filters will have the same icon displayed and it will be difficult to know which is which w/out hovering on each for a tooltip. Maybe someone else can figure out how to add the icon, but only in the case of "Icons & Text"? svn path=/trunk/; revision=45225
2012-09-30dvb-ci: display cc item's name in the subtree titleMartin Kaiser1-2/+3
svn path=/trunk/; revision=45224
2012-09-30Trivial: LEDs -> IconsChris Maynard1-2/+2
svn path=/trunk/; revision=45223
2012-09-30[Automatic manuf, services and enterprise-numbers update for 2012-09-30]Gerald Combs3-12/+221
svn path=/trunk/; revision=45220
2012-09-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
svn path=/trunk/; revision=45219
2012-09-30From Yu Zhang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7769Alexis La Goutte1-1/+22
Add Dissector for SuboptionDeviceInstance under DevicePropertiesOption in PROFINET DCP In PROFINET DCP dissector, current build didn't have SuboptionDeviceInstance (0x07) under DevicePropertiesOption (0x02). This patch add the support of SuboptionDeviceInstance svn path=/trunk/; revision=45218
2012-09-30From Olivier Benghozi via ↵Alexis La Goutte1-14/+34
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7734 Enhance Route Refresh Capability : Add draft-ietf-idr-bgp-enhanced-route-refresh-02 Not yet support new NOTIFICATION error code : ROUTE-REFRESH Message Error (Value To Be Defined) From me : * Make some Route Refresh fields filterable svn path=/trunk/; revision=45217
2012-09-30From Olivier Benghozi via ↵Alexis La Goutte1-1/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7734 BGP bad decoding for Graceful Restart Capability with only helper support BGP Capability in OPEN message: Graceful restart capability (64). So when the length of the capability value is smaller that 6 (6 meaning full support of GR capa, with significants elements and at least one AFI/SAFI), the code interprets it as erroneous. However,as described in RFC4724: " When a sender of this capability does not include any <AFI, SAFI> in the capability, it means that the sender is not capable of preserving its forwarding state during BGP restart, but supports procedures for the Receiving Speaker (as defined in Section 4.2 of this document). In that case, the value of the Restart Time field advertised by the sender is irrelevant". So, length of exactly 2 is valid but has to be interpreted with a particular meaning. In the dissector code, a length of 2 should be a special case for this capa, decoding as "Graceful Restart helper mode only" or something like that, and maybe also displaying an expert message if the Restart flag is not 0 in this case, since here it's not expected to be possible. svn path=/trunk/; revision=45216
2012-09-30Upgrade LTE RRC dissector to v11.1.0Pascal Quantin6-1657/+5310
svn path=/trunk/; revision=45215
2012-09-29From Bill Parker:Guy Harris2-13/+26
Add some additional memory-allocation failure checks in Lemon. Use NULL rather than 0 as the null-pointer constant in those checks. From me: Catch one more of the NULL-vs-0 cases. Fix some failure messages to use fprintf(stderr, ...) - ErrorMsg() requires a file name and line number, and is generally used if you're going to continue rather than just give up. svn path=/trunk/; revision=45214
2012-09-29Add wrapDateLine to support continuous longitudinal panning.Chris Maynard1-1/+2
svn path=/trunk/; revision=45213
2012-09-29Revert most of r45210. We don't use the return value of ↵Chris Maynard1-0/+3
GetExitCodeProcess(), but it still needs to be called to get childstatus. svn path=/trunk/; revision=45212
2012-09-29More unused variables caught by cppcheck.Evan Huus3-13/+8
svn path=/trunk/; revision=45211
2012-09-29Don't fetch the exit code of our child process, we never use it.Evan Huus1-5/+1
svn path=/trunk/; revision=45210
2012-09-29Fix some memleaks caught by cppcheck.Evan Huus1-1/+5
svn path=/trunk/; revision=45209
2012-09-29Remove some unused variables caught by cppcheck.Evan Huus1-7/+1
svn path=/trunk/; revision=45208
2012-09-29From Andrew Kampjes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7750Evan Huus1-5/+17
Pull SDH level out of ERF header if the user hasn't manually set the preference. svn path=/trunk/; revision=45207
2012-09-29From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 :Pascal Quantin2-296/+329
Fix minor bug in dissection of "e" bit and add value strings for remaining data block header fields svn path=/trunk/; revision=45206
2012-09-29From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7767Alexis La Goutte1-1/+6
Add the FeliCa Plug System Code Fairly recently, Sony introduced the "FeliCa Plug" (AKA "NFC Dynamic Tag") product - which also has a unique System Code value (0xFEE1) associated with it, according to http://www.sony.net/Products/felica/business/tech-support/data/fp_usmnl_1.11.pdf svn path=/trunk/; revision=45205
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki8-57/+0
svn path=/trunk/; revision=45202
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ↵Jakub Zawadzki42-149/+0
cleanup code by removing them. svn path=/trunk/; revision=45201