aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-21Increase the background opacity.Gerald Combs7-2270/+2753
svn path=/trunk/; revision=47189
2013-01-20Fix for CID 715142.Jaap Keuter1-1/+1
Be aware that the short-circuit evaluation only applies to the first operand of a logical AND expression. svn path=/trunk/; revision=47188
2013-01-20Minor correction for "Add a new file to the Subversion repository"Bill Meier1-10/+1
svn path=/trunk/; revision=47187
2013-01-20Fix CID 966637 and CID 966638Jaap Keuter1-2/+2
Check pointers before using them. svn path=/trunk/; revision=47186
2013-01-20Use the correct image sequence.Gerald Combs1-3/+3
svn path=/trunk/; revision=47185
2013-01-20Update French translations with last change and update of QtsharkAlexis La Goutte3-193/+2108
svn path=/trunk/; revision=47184
2013-01-20tr() not work with #defineAlexis La Goutte1-6/+5
svn path=/trunk/; revision=47183
2013-01-20Add Some missing text to translateAlexis La Goutte4-21/+21
svn path=/trunk/; revision=47182
2013-01-20Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-9/+4
svn path=/trunk/; revision=47181
2013-01-20Fix indent (Replace tabs by space) and add Modelines infoAlexis La Goutte1-1119/+1131
svn path=/trunk/; revision=47180
2013-01-20Use proto_tree_add_item for stun_att_reserved and use FT_BYTES type.Alexis La Goutte1-10/+10
svn path=/trunk/; revision=47179
2013-01-20Enhance FIX generatorAlexis La Goutte4-9805/+9831
* Remove whitespace and tab * Add information how to generate packet-fix.h (in top of packet-fix.h) Regenerate packet-fix.h svn path=/trunk/; revision=47178
2013-01-20Dissect ETWS and CMAS notificationsPascal Quantin5-88/+796
svn path=/trunk/; revision=47177
2013-01-20[Automatic manuf, services and enterprise-numbers update for 2013-01-20]Gerald Combs3-33/+263
svn path=/trunk/; revision=47174
2013-01-20snmp dissector did not correctly set length of pdu's of more than 127 bytes. ↵Graham Bloice2-2/+2
The dissector assumed the ber identifier and length fields were always 2 bytes long, so a pdu length of more than 127 bytes, which requires more than 1 length octet, was incorrectly dissected. svn path=/trunk/; revision=47173
2013-01-20NULL is also a valid return for g_malloc if the requested size is 0.Evan Huus1-2/+6
svn path=/trunk/; revision=47172
2013-01-20Don't add the new block to the hash table if it is NULL, which is aEvan Huus1-1/+5
valid non-error return from realloc if the new requested size is 0. svn path=/trunk/; revision=47171
2013-01-19Use epan-scoped memory to clean up another 1Kb+ of valgrindEvan Huus2-6/+8
sorta-false-positive leaks. svn path=/trunk/; revision=47170
2013-01-19Rewrite wmem_allocator_simple to track allocations using a GHashTable instead ofEvan Huus2-28/+72
a GSList. This permits it to implement the new realloc and free functions. Also fill in an empty gc function, since there isn't much it can do as far as garbage-collection goes. svn path=/trunk/; revision=47169
2013-01-19Use wmem epan-scoped memory when initializing dcerpc so that it gets freed whenEvan Huus1-1/+2
we shut down. Cleans up 5Kb worth of valgrind sorta-false-positive leaks. svn path=/trunk/; revision=47168
2013-01-19Add layouts.hGerald Combs1-0/+2472
svn path=/trunk/; revision=47166
2013-01-19Add a rule to create layouts.h (using gdk-pixbuf-csourceBill Meier1-0/+8
in a similar manner as done in Makefile.am) (On my Windows 7 system gdk-pixbuf-csource gives an error message about "...Couldn't recognize the image file format...". Let's see what happens in the Windows buildbots). svn path=/trunk/; revision=47165
2013-01-19Add three more slots to the wmem allocater definition (not yet implementedEvan Huus5-17/+76
by any particular allocator) and better document the entire structure. svn path=/trunk/; revision=47163
2013-01-19Fix for CID 280252.Jaap Keuter2-4/+4
We can be sure we've at least 0 bytes remaining in the TVB. svn path=/trunk/; revision=47162
2013-01-19There is no wireless layout.Jaap Keuter1-1/+1
svn path=/trunk/; revision=47161
2013-01-19Following r47157, this tries to suppress similar Coverity issues.Jaap Keuter2-0/+70
svn path=/trunk/; revision=47160
2013-01-19Replace more XPMs with PNGs.Gerald Combs17-337/+589
svn path=/trunk/; revision=47159
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs12-16/+531
"Advanced" pane gives us the luxury of omitting some items in favor of simplicity so do that. svn path=/trunk/; revision=47158
2013-01-18Try and see if we can suppress about half of the Coverity issues.Jaap Keuter2-973/+1833
svn path=/trunk/; revision=47157
2013-01-18Add an RCS ID to the generated dissector.Guy Harris1-2/+2
Wireshark always expects there to be a config.h, so don't test HAVE_CONFIG_H any more. svn path=/trunk/; revision=47156
2013-01-18From Kaushal Shah via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8021Evan Huus2-8/+31
Experimental and Reserved sub-TLVs from [RFC 3630] From me: use consistent whitespace svn path=/trunk/; revision=47155
2013-01-18Fix two issues related to conversion to use ws_gtk_grid...() [svn #47002].Bill Meier1-2/+2
svn path=/trunk/; revision=47154
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus2-8/+6
and use that to fix a -Wclobbered error that bleeding-edge GCC throws on tvbuff types. Also remove a variable that looked like it was being used to hide the error before GCC got clever. svn path=/trunk/; revision=47153
2013-01-18Use CMAKE_VERSION for the Info.plist comment.Gerald Combs1-1/+1
svn path=/trunk/; revision=47152
2013-01-18Remove epan/packet-ncp2222.c from .gitignoreAlexis La Goutte1-1/+0
svn path=/trunk/; revision=47151
2013-01-18Replace tvb_get_ipv4 / ip_to_str ... by tvb_ip_to_strAlexis La Goutte1-14/+8
svn path=/trunk/; revision=47150
2013-01-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
svn path=/trunk/; revision=47149
2013-01-18Fix indent for Documentation (Tab => Spaces)Alexis La Goutte16-9700/+9707
svn path=/trunk/; revision=47148
2013-01-18Happy New Year also for DocumentationAlexis La Goutte2-12/+14
Also add -I option of TShark & dumpcap and the default capture type for editcap is now pcapng svn path=/trunk/; revision=47147
2013-01-18Enhance MRCPv2 dissector * Fix indent (Tab => 4 Spaces) and add Modelines ↵Alexis La Goutte1-1289/+1241
info * Replace by string_string * Replace if else if... by switch() svn path=/trunk/; revision=47146
2013-01-18Dissect 3GPP PCO option.Anders Broman1-1/+8
svn path=/trunk/; revision=47145
2013-01-18Replace SESSIONNAME with the use of an API call, just as in the code.Jaap Keuter1-9/+5
svn path=/trunk/; revision=47144
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs3-4/+11
svn path=/trunk/; revision=47143
2013-01-18Add more AirPcap code, disabled for now.Gerald Combs1-0/+8
svn path=/trunk/; revision=47142
2013-01-18Don't call prefs_airpcap_update() for now. Remove some debugging code.Gerald Combs2-4/+2
svn path=/trunk/; revision=47141
2013-01-18Fix compilation on Windows.Gerald Combs2-8/+8
svn path=/trunk/; revision=47140
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs28-367/+693
more clearly indicate that it's a copy of a preference value rather than something we've saved in the preferences file. Update prefs_pref_to_str() to handle default, stashed, and current prefs. Create ui/preference_utils.[ch] and move some common routines there. Use prefs_pref_type_name() in the GTK+ preferences dialog. Make the "OK" button in the Qt preferences dialog work. We simply write the prefs and redissect on "OK" and do nothing on "Cancel". This is intentionally different from the Apply/OK/Cancel behavior in the GTK+ version. Add a general "emitAppSignal" method to wsApp and use it for packet dissection and preference changes. Suggest that we might want to create a WsString class to make conversion between QStrings, gchar *s, and GStrings easier. svn path=/trunk/; revision=47139
2013-01-17Minor cleanup:Bill Meier1-97/+98
- Whitespace; - Long lines. svn path=/trunk/; revision=47138
2013-01-17General cleanup:Bill Meier1-1129/+1130
Indentation: Use 4 spaces; parens; unneeded initializers; whitespace. svn path=/trunk/; revision=47137
2013-01-17Fix for bug 8212.Jaap Keuter1-2/+8
Disable speed optimization which otherwise cause dissector asserts due to appending text and setting lengths. svn path=/trunk/; revision=47136