aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin95-16102/+16105
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-05-27From Chris Hellberg via ↵Pascal Quantin1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8723 : M3UA dissector RFC display update svn path=/trunk/; revision=49598
2013-05-27Fix compiler warningMichael Mann1-1/+1
svn path=/trunk/; revision=49597
2013-05-27Batch of filterable expert infosMichael Mann26-109/+385
svn path=/trunk/; revision=49596
2013-05-27From jamie Neufeld:Anders Broman1-4/+29
Add an option to selct if payload is to be dissected as SYNC. svn path=/trunk/; revision=49595
2013-05-27From Jouni Malinen via ↵Alexis La Goutte5-39/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8711 Wi-Fi Display dissector This matches the style used for Wi-Fi Display and gets rid of a minimal header file for functionality that extends packet-ieee80211.c. svn path=/trunk/; revision=49594
2013-05-27From Jouni Malinen via ↵Alexis La Goutte6-1/+564
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8711 Wi-Fi Display dissector The attached patch adds initial support for dissecting Wi-Fi Display information element svn path=/trunk/; revision=49593
2013-05-27SCSI Add decoding of Block Device Characteristics VPD pageRonnie Sahlberg1-1/+54
svn path=/trunk/; revision=49592
2013-05-27SCSI: Print the INQUIRY EVPD page name in the info columnRonnie Sahlberg1-2/+6
svn path=/trunk/; revision=49591
2013-05-27SCSI: add dissection of Tiemout Descriptor for REPORT SUPPORTED OPCODESRonnie Sahlberg1-5/+45
svn path=/trunk/; revision=49590
2013-05-26SCSI: Add dissection of the data-out buffer for SANITIZE service action ↵Ronnie Sahlberg1-3/+48
OVERWRITE svn path=/trunk/; revision=49589
2013-05-26[Automatic manuf, services and enterprise-numbers update for 2013-05-26]Gerald Combs3-13/+39
svn path=/trunk/; revision=49585
2013-05-26Batch of filterable expert infos.Michael Mann24-90/+330
svn path=/trunk/; revision=49584
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus7-43/+192
they're in doxygen instead. svn path=/trunk/; revision=49583
2013-05-25SCSI: Add basic decoding of SANITIZE opcodeRonnie Sahlberg2-2/+66
svn path=/trunk/; revision=49582
2013-05-25Batch of filterable expert_infos.Michael Mann22-81/+290
svn path=/trunk/; revision=49581
2013-05-25Object::connect: No such signal ↵Alexis La Goutte1-2/+2
WiresharkApplication::captureCaptureUpdateContinue(capture_options*) Object::connect: (sender name: 'qtshark') An omission with latest change in capture_session... svn path=/trunk/; revision=49579
2013-05-25Use -DBUILD_qtshark=YES for build qtshark with cmake (May be set by default ↵Alexis La Goutte1-1/+1
ON qtshark with cmake ?) svn path=/trunk/; revision=49578
2013-05-25Apply change of Bug 8706 ( "Stream" should be changed to "Follow Stream" in ↵Alexis La Goutte1-2/+2
the 'Font and Colors' dialog ) / revision 49488 to Qtshark svn path=/trunk/; revision=49577
2013-05-25From Fabio Tarabelloni: more minor formatting and comment fixes.Evan Huus1-6/+6
svn path=/trunk/; revision=49576
2013-05-25From Fabio Tarabelloni: fix copy-pasted comment.Evan Huus1-1/+1
svn path=/trunk/; revision=49575
2013-05-25Update the release notes for the changes since 1.10 branched: one newEvan Huus1-115/+5
protocol, one file format, and Michael's filterable expert info. Hopefully keeping this up to date as we go will make Gerald's job a bit easier when the next release rolls around. svn path=/trunk/; revision=49574
2013-05-25Add filterable expert info.Michael Mann2-182/+302
svn path=/trunk/; revision=49573
2013-05-25Menu labels aren't paths, they're just the strings shown to the user forGuy Harris1-4/+4
the menu item. svn path=/trunk/; revision=49572
2013-05-25From Fabio Tarabelloni via ↵Evan Huus9-85/+476
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8387 ZigBee ZCL OnOff cluster dissection. Also, fix decryption of APS commands. svn path=/trunk/; revision=49571
2013-05-25Add Mike Garratt to the list of authors for (at the very least) his ↵Chris Maynard1-0/+1
contributions from bug6645, committed in r46083. svn path=/trunk/; revision=49570
2013-05-24Edit commentsAnders Broman1-2/+2
svn path=/trunk/; revision=49569
2013-05-24use key in all p_add_proto_data() p_get_proto_data()Anders Broman1-5/+5
svn path=/trunk/; revision=49568
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin4-134/+296
Add MAC-DATA support to TETRA dissector and other minor improvements svn path=/trunk/; revision=49567
2013-05-24Bluetooth: Highlight correct bytes in some SDP trees (Part 2). Bug 8700 ↵Michael Mann1-1/+0
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8700) svn path=/trunk/; revision=49566
2013-05-24Ensure most severe is displayed in expert column. Bug 7733 ↵Michael Mann1-1/+4
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7733) #BACKPORT svn path=/trunk/; revision=49565
2013-05-24expert_add_info(): we can't use va_start()/va_end() so don't try to use a ↵Jeff Morriss1-3/+1
va_list (which isn't used by the called function) either. svn path=/trunk/; revision=49564
2013-05-24expert_add_info() doesn't take a variable number of args; don't use ↵Jeff Morriss1-4/+2
va_start()/va_end(). svn path=/trunk/; revision=49563
2013-05-24expert_add_info_format_text(): use the correct argument numbers in ↵Jeff Morriss1-2/+2
G_GNUC_PRINTF(). svn path=/trunk/; revision=49562
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ↵Michael Mann5-2093/+2215
add_expert_info_format() calls. svn path=/trunk/; revision=49561
2013-05-24first batch of dissectors to use the new expert info API.Michael Mann3-99/+260
svn path=/trunk/; revision=49560
2013-05-24Add expert info configuration framework. Bug 2412 ↵Michael Mann5-11/+277
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2412). Expert info "fields" can now be registered/addressed by name. Right now, the basic framework allows expert info fields to become "display filters". However more could be done, like user preferences overriding default severity level, speeding up expert info dialog load time by not needing to redissect a file, etc. Long term goal is to have all expert_info filterable and have the functionality of expert_add_info_format() include the "registered index". expert_add_info_format_text() is the workaround until all current calls to expert_add_info_format() have been updated with either expert_add_info() or expert_add_info_format_text(). Then the remaining expert_add_info_format_text() will be renamed to expert_add_info_format(). svn path=/trunk/; revision=49559
2013-05-24How to mess with a keyboard...Pascal Quantin1-1/+1
svn path=/trunk/; revision=49558
2013-05-24One more compilation fix for gcc 4.3.2 ('toi' may be used uninitialized in ↵Pascal Quantin1-2/+2
this function) svn path=/trunk/; revision=49557
2013-05-24Remove unused function parameter, rename variable to avoid shadowing.Evan Huus3-8/+8
svn path=/trunk/; revision=49556
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since ↵Michael Mann12-1860/+1177
this involves multiple RFCs, they remain split out by that. More are now a "pure" dissector and not a "decoding function hook". Some Notes: 1. Converted to "new style" dissectors with data being passed between dissectors 2. Combined header files into one since there wasn't much that should have really been in the header files. Implemented functionality is in c module of respective dissector. Not sure if LCT preferences should just be in the LCT dissector and not the RMT-ALC "parent", but kept for backwards compatibility. svn path=/trunk/; revision=49555
2013-05-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :Jeff Morriss1-1/+7
If we're not doing dissection (in 2-pass mode) then don't try to mark frames as depended upon: in that case epan has not been initialized so we shouldn't be looking in the edt (and anyway without dissection there won't be any dependent frames). (I'm not convinced there's any reason to run 2-pass mode without dissection, however...) svn path=/trunk/; revision=49554
2013-05-24As suggested by Moshe Kaplan in ↵Jeff Morriss4-82/+114
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8712 : When pointing people to the mailing lists, point them directly to the lists page rather than explaining where to look for the link on the main page (the directions were several years out of date). While there also fix up some of the indentation and add a link to the Q&A site in the developer's guide. svn path=/trunk/; revision=49553
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris19-173/+103
items hardcoded into ui/gtk/main_menubar.c Get rid of more stuff implying that the code for adding menu items is used only by Lua, as it's also used by register_param_stat(). Add the items to the menu list sorted by the menu item name shown to the user. Get rid of some const declarations that are lies. Use the label given for a menu item as the label in the menu, rather than parsing it from a token. svn path=/trunk/; revision=49552
2013-05-24Add an optimization to req_resp_hdrs_do_reassembly that shaves about 20% offEvan Huus1-0/+23
the load time of one of my sample captures that is HTTP-but-not-really. Also add modelines. svn path=/trunk/; revision=49551
2013-05-24And another (cosmetic) change for that.Guy Harris1-3/+3
svn path=/trunk/; revision=49550
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris24-28/+29
register_param_stat() to reflect that it's for arbitrary statistics tap parameters, not just a display filter. svn path=/trunk/; revision=49549
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris3-3/+3
register_menu_bar_menu_items(), to emphasize that it's not just for Lua. svn path=/trunk/; revision=49548
2013-05-23We don't want to restrict the ability to dynamically add statisticsGuy Harris1-14/+0
menus to Lua taps. svn path=/trunk/; revision=49547
2013-05-23Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit ↵Pascal Quantin1-7/+11
default alphabet and TP-User-Data-Header field is present svn path=/trunk/; revision=49546