aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-28If xml_get_int() fails, bail immediately; don't use the variable itGuy Harris1-14/+18
would have filled in had it not failed. (Thanks and a tip of the Hatlo hat to the Clang static analyzer for complaining about this.) svn path=/trunk/; revision=42306
2012-04-28Neither C90 nor C99 explicitly guarantee that a memcpy() call with aGuy Harris1-1/+3
null source argument and a zero count will work; in practice, they probably will (with a zero count, there's nothing to fetch from the source), but the Clang static analyzer still warns about it. svn path=/trunk/; revision=42305
2012-04-28Get rid of some unnecessary assignments, to remove warnings from theGuy Harris1-5/+1
Clang static analyzer. svn path=/trunk/; revision=42304
2012-04-27Like r42302 but in other place.Jakub Zawadzki1-2/+3
Followup to r42283: the loop which allocates operation summaries may not run to completion, so don't try to free all the operation summaries. svn path=/trunk/; revision=42303
2012-04-27Fix fuzz failure reported in Jeff Morriss1-2/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7209 : Followup to r42283: the loop which allocates operation summaries may not run to completion, so don't try to free all the operation summaries. svn path=/trunk/; revision=42302
2012-04-27Fix sigsegv in filter expression dialog when user clicked on some ↵Jakub Zawadzki1-1/+1
BASE_CUSTOM field. svn path=/trunk/; revision=42301
2012-04-27As suggested in ↵Jeff Morriss1-3/+3
http://www.wireshark.org/lists/wireshark-dev/201204/msg00062.html : Don't use ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN with ENC_ASCII: ASCII has no endianism, so ENC_NA is more appropriate. svn path=/trunk/; revision=42300
2012-04-27Bugzilla always uses https (and has for quite a while), so use https in the ↵Jeff Morriss1-11/+11
URLs to the bugs. svn path=/trunk/; revision=42299
2012-04-27Based on mail from Guy on -dev regarding the 1.7.1 release notes: Add entry ↵Jeff Morriss1-3/+9
for bug 3315 (save dependent frames when saving displayed packets) svn path=/trunk/; revision=42298
2012-04-27As suggested in ↵Jeff Morriss11-55/+55
http://www.wireshark.org/lists/wireshark-dev/201204/msg00062.html : Don't use ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN with ENC_ASCII: ASCII has no endianism, so ENC_NA is more appropriate. svn path=/trunk/; revision=42297
2012-04-27Update commented-out code to reflect the new reality.Guy Harris1-1/+1
svn path=/trunk/; revision=42296
2012-04-27Fix r42293: Make the script actually fail when tshark fails: use a new ↵Jeff Morriss1-6/+8
variable to indicate when we've caught a signal rather than (re-)using MAX_PASSES. svn path=/trunk/; revision=42295
2012-04-27From Tom Bottom:pascal1-7/+9
Fix AEM status field decoding https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7205 svn path=/trunk/; revision=42294
2012-04-27Get the script working again in the "unlimited passes" mode.Jeff Morriss1-4/+8
svn path=/trunk/; revision=42293
2012-04-27Fix Malformed packet AMS for Read Device Info Read State Request.Anders Broman1-3/+25
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6710 check if data exists. svn path=/trunk/; revision=42292
2012-04-27Don't store protocol field names in Filter Expression dialog.Jakub Zawadzki1-21/+40
Using gtk_tree_view_column_set_cell_data_func() and formating string on request gives significant speedup (before patch: 12.392ms, after: 9.779ms). svn path=/trunk/; revision=42291
2012-04-27From David Wei:Anders Broman8-23/+26
Further additions and fixes to MBMS in M3AP dissector. from me update to 11.1 svn path=/trunk/; revision=42290
2012-04-27From David Wei:Anders Broman3-693/+747
Further additions and fixes to MBMS in GTPv2 and DIAMETER dissectors. svn path=/trunk/; revision=42289
2012-04-27Fix typo errorspascal1-2/+2
svn path=/trunk/; revision=42288
2012-04-27nflog: add BYTE_ORDER_HOST, fix conflicting ENC_BIG_ENDIAN, ENC_NA ↵Jakub Zawadzki1-2/+9
value_string entries. svn path=/trunk/; revision=42287
2012-04-27From Steve Magnani:Anders Broman2-2/+38
Add decoding of fields within endpoint descriptor wMaxPacketSize https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7206 svn path=/trunk/; revision=42286
2012-04-27Fix value of "Error in Parameter API"Jakub Zawadzki1-1/+1
References: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753#c3 svn path=/trunk/; revision=42285
2012-04-27From Tom Bottom:Anders Broman1-11/+16
The AEM status field was erroneously displayed using ACMP status field values. Minor change to display correct (as of draft 18) AEM status field values. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7205 svn path=/trunk/; revision=42284
2012-04-27From Evan Huus:Anders Broman1-0/+12
Memory leak in NFS Dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7204 svn path=/trunk/; revision=42283
2012-04-27From Evan Huus:Anders Broman1-3/+1
Get rid of unused cur_pos variable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7203 svn path=/trunk/; revision=42282
2012-04-27From Evan Huus: Fix memory leaks in wslua_tvb.c fix typos in wslu_proto.c ↵Anders Broman2-8/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7202 svn path=/trunk/; revision=42281
2012-04-27From Evan Huus: Fix memory leaks in wslua_proto.cAnders Broman1-4/+12
svn path=/trunk/; revision=42280
2012-04-27From Evan Huus: Fix memory leaks in wslua_pinfo.c ↵Anders Broman1-1/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7202 svn path=/trunk/; revision=42279
2012-04-27For pcapng files: revert svn:mime-type back to application/octet-stream;Bill Meier0-0/+0
See wireshark-dev discussion starting at: http://www.wireshark.org/lists/wireshark-dev/201204/msg00145.html svn path=/trunk/; revision=42278
2012-04-26Get rid of tabs; make white space consistent.Guy Harris1-53/+43
Get rid of gtk_widget_set_size_request() calls - at least on my machine and GTK+ version, they make some of the items too small to show the full text. Let GTK+ figure out how big things have to be - and if that makes the toolbar too wide, redesign the toolbar. svn path=/trunk/; revision=42277
2012-04-26Add a TODO comment; indicate why PCAP-NG files don't use ↵Jeff Morriss1-0/+4
application/vnd.tcpdump.pcap svn path=/trunk/; revision=42276
2012-04-26Consistently InterCapitalize StatusBar.Guy Harris1-8/+8
Separate "Toolbar" from the toolbar name in the View menu items. Use "l", rather than "W", as the whatchamacallit for the wireless toolbar - "W" is already used for "show packet in new window". svn path=/trunk/; revision=42275
2012-04-26While we're at it, add back the shortcuts, or whatever the heck theGuy Harris1-3/+3
Alt+{letter}+... things are called, for the Expand and Collapse items. svn path=/trunk/; revision=42274
2012-04-26Use a mime-type of application/x-gzip for *.gz filesJeff Morriss1-0/+3
svn path=/trunk/; revision=42273
2012-04-26Just use a Boring Old ASCII Dash for hex ranges.Guy Harris1-6/+6
svn path=/trunk/; revision=42272
2012-04-26Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier18-5053/+6075
Also: use val_to_str_const(0 instead of val_to_str() in a few cases. svn path=/trunk/; revision=42271
2012-04-26Remove duplicate comment.Guy Harris1-2/+0
svn path=/trunk/; revision=42270
2012-04-26Add a pcoreytohll() macro to extract "Corey-endian" 64-bit quantities,Guy Harris1-27/+24
and use it. Fix some comments. svn path=/trunk/; revision=42269
2012-04-26Fix presumed typo (zero-origin bit 5 is 0x0020, not 0x0002).Guy Harris1-1/+1
svn path=/trunk/; revision=42268
2012-04-26Prepare to use value_string or range_string.Anders Broman1-1/+50
svn path=/trunk/; revision=42267
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier11-1721/+1721
svn path=/trunk/; revision=42266
2012-04-26From Evan Huus:pascal1-1/+1
Add missing break https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7201 svn path=/trunk/; revision=42265
2012-04-26From Evan Huus:Anders Broman1-8/+0
Unused structure in packet-btrfcomm.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7200 svn path=/trunk/; revision=42264
2012-04-26Correct value for Baudot50 Jakub Zawadzki1-1/+1
From H.248.2: Gateway control protocol: Facsimile, text conversation and call discrimination packages (page 23) [URL: http://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-H.248.2-200501-I!!PDF-E&type=items] svn path=/trunk/; revision=42263
2012-04-26Add support for checking conflicting entries in value_string_ext.Jakub Zawadzki1-3/+8
svn path=/trunk/; revision=42262
2012-04-26Restore Accelerators for "Expand Subtree", "Expand All" and "Collapse All".Anders Broman1-4/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7197 svn path=/trunk/; revision=42261
2012-04-26Fix some "conflicting" value_string warnings.Jakub Zawadzki6-11/+9
copy & paste errors, not 0-terminated value_string arrays, etc. svn path=/trunk/; revision=42260
2012-04-26Fully dissect more IEsAnders Broman1-114/+132
svn path=/trunk/; revision=42259
2012-04-26From Bodo Petermann:Anders Broman1-16/+28
Megaco parser problem with LF in header. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7198 svn path=/trunk/; revision=42258
2012-04-26From vaicebine via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7199 :pascal1-2/+2
wrong value displayed for OAMPDU event notification "Errored Frame Window" field svn path=/trunk/; revision=42257