aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj4-183/+61
* Remove check_col guards git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30126 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Don't guard col_append_str with check_colkrj45-893/+286
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30125 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Remove check_col() guardkrj30-286/+90
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30124 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Remove unneeded #includes (along with C++ style comments added by mistake in ↵wmeier1-3/+0
the last commit). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30123 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Minor: Use tvb_reported_length... not tvb_length...wmeier1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30122 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Various: wmeier1-803/+834
- check_col no longer req'd; - Remove unneeded #includes; - Use consistent indentation/style; - Reformat a few lines; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30121 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24The beginning of a Python script/tool that indexes capture files. It ↵krj1-0/+89
currently extracts all protocols that appear in the given capture files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30120 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Add what appear to be missing breaks in two cases of a switch () {...}.wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30119 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Minor changes:wmeier1-60/+42
- Use col_clear only once (in the right place); - Use col_add_fstr instead of col_clear/col_append_fstr; - check_col no longer req'd; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30118 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Minor changes:wmeier1-22/+15
Use col_clear (in the right place) instead of col_set_str(...,""); check_col no longer req'd; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30117 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Minor changes:wmeier1-71/+60
- remove unneeded includes; - check_col no longer req'd; - move proto_register/proto_reg_handoff to the end of the file; - fix some typos; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30116 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Get rid of some deprecated functions.etxrab1-24/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30115 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Minor changes: wmeier1-11/+7
- check_col no longer req'd; - use tvb_strncaseeql instead of tvb_get_ptr & etc; - Change if (guint > 0) to if (guint != 0). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30114 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Make sure that we also traverse the free_list while looking for valid pointerskrj1-8/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30113 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Use val_to_str_const() since we intend on passing the string to col_set_str ↵krj1-1/+1
(which expects a constant string) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30112 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Update *.vcproj to visual studio 8etxrab13-22/+34
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30111 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24option menu -> combo box.etxrab1-18/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30110 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24While trying to understand commit 30107, I found the following atjmayer1-1/+1
http://www.itk.org/Bug/view.php?id=9219 Note that CMAKE_CFG_INTDIR is no longer necessary for this purpose but has been left for compatibility with existing projects. Instead add_custom_command() recognizes executable target names in its COMMAND So just use "lemon" instead of specifying the full path. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30109 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-24Call subdissector even when tree is NULLkrj1-70/+66
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30108 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Run lemon from CMAKE_CFG_INTDIR.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30107 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Added Apple Cocoa library to processes dumping OSX version.stig1-1/+8
Added Apple CoreServices to wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30106 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Add a few hints for OS X builds.jmayer1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30105 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23- Add $Id: $ tagsjmayer25-1/+76
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30104 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Fix for bug 4046:jake1-1/+1
Fix type of FIP dissector header field hf_fip_desc_map. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30103 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Small indent fix.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30102 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Define a global variable as static;wmeier1-4/+1
#include <stdio.h> & <stdlib.h> not req'd. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30101 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Try finding gpg-error library, to improve building on OSX.stig1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30100 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.stig1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30099 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.stig1-0/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30098 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar ↵wmeier1-47/+66
*foo[mm] = {...} Add a comment about a possible bug: some strings in array are never used ? Do some minor reformatting. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30097 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Build wiretap with cmake on OSX.stig1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30096 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23(Trivial) White space changeskrj1-246/+241
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30095 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Quick fix for Bug #4040.wmeier1-2/+3
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4040 ToDo: Fix usage of gchar xxx[..][..] = {"aaa", "bbb", ...}; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30094 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23More fixes for OSX - might work now :-)jmayer4-0/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30093 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Propagate the changes to the .cnf file so they don't get lost when ↵etxrab2-12/+12
regenerating the dissector. Use col_set_str instead of col_add_fstr/col_add_str when adding constant strings to COL_INFO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30092 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Hopefully fix wsutil build on OSX.jmayer1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30091 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A ↵krj4-4/+0
col_set_str() will clear (replace) any existing string (the fence still needs to be respected though) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30090 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant ↵krj10-20/+18
strings to COL_INFO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30089 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant ↵krj14-18/+18
strings to COL_PROTOCOL git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30088 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Change option menu to combo box.etxrab1-25/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30087 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear ↵krj29-90/+4
(replace) any existing string (the fence still needs to be respected though) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30086 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Fix the debug code somewhat, we do not have a clist any more.etxrab1-14/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30085 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Build more plugins with cmake.jmayer7-6/+426
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30084 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22-P is no longer invalid. We use it for the 'two pass analysis'krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30083 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj17-42/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30082 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22(Cosmetic) Reorder functionskrj1-94/+94
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30081 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22(Trivial) Rework a comment slightly.wmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30080 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22Fix: jyoung SVN #30065; Sort order at start of new capture.etxrab1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30079 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22Remove unused 'offset' parameterkrj1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30078 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22- new_packet_list_resize_column() if we get an empty string frometxrab1-5/+6
packet_list_get_widest_column_string() (no visible row) don't change the colum width. - packet_list_moveto_end() selection no longer needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30077 f5534014-38df-0310-8fa8-9805f1628bb7