summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25Converted scsi dissectors display filter format from scsi.<protocol> to ↵Michael Mann6-395/+395
scsi_<protocol> (matching their registered filter name) svn path=/trunk/; revision=43993
2012-07-25Minor cleanup:Bill Meier5-78/+80
col_clear() not required; unneeded initializers; whitespace. svn path=/trunk/; revision=43992
2012-07-25Fix bug #7347: "Resize All Columns" fails in Time ColumnJakub Zawadzki1-80/+15
If column is based on frame data packet_list_get_widest_column_string() was constructing his own frame_data with biggest *value* for given column (which might be not the longest string) and later fill column for it. Which generally should work (time precision is fixed), but in r41185 to lot col_*() function was added check if fd->flags.has_ts is set. packet_list_get_widest_column_string() was passing frame_data with flags.has_ts unset. To make maintaince easier, instead of fixing the problem with flags.has_ts, generate column buffer for each frame, and find the one which has longest string. svn path=/trunk/; revision=43991
2012-07-25Converted ZigBee dissectors display filter format from zbee.<protocol> to ↵Michael Mann5-249/+249
zbee_<protocol> Also corrected zbee_afp filters as they were incorrectly using zbee.app svn path=/trunk/; revision=43990
2012-07-25lupdate QtShark.pro (with the last change in translation and help menu)Alexis La Goutte2-29/+246
Updating 'qtshark_de.ts'... Found 69 source text(s) (23 new and 46 already existing) Updating 'qtshark_fr.ts'... Found 69 source text(s) (25 new and 44 already existing) Kept 1 obsolete entries There is new string to translate.... svn path=/trunk/; revision=43989
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte1-6/+6
* Use QtAutoconnect feature * no (yet ?) use help_dlg.* function (topic_action, topic_online_url...) svn path=/trunk/; revision=43988
2012-07-25Add some link (URL) to Help Menu in QtSharkAlexis La Goutte2-0/+37
* Use QtAutoconnect feature * no (yet ?) use help_dlg.* function (topic_action, topic_online_url...) svn path=/trunk/; revision=43987
2012-07-25Add Help Menu to QtSharkAlexis La Goutte1-1/+113
* with new "item" Ask A&Q (not yet available in GTK Gui) * No yet link (next step) * No icon... svn path=/trunk/; revision=43986
2012-07-25Fix NULL deference (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7486).Michael Mann1-13/+8
I don't understand the relationship between the "frame data" and the "conversation" (to me they seem independent, but the code seems to put them together), but at least this fixes the crash svn path=/trunk/; revision=43985
2012-07-25From Johan Wåhl:Anders Broman1-31/+93
Make DNS ports configurable. svn path=/trunk/; revision=43984
2012-07-25From Jacob Nordgren and Rishie Sharma:Anders Broman2-42/+92
- FP: added payload CRC validation, RLC: some more error reporting - RLC: fixed an exotic LI bug, some cosmetic fixes. svn path=/trunk/; revision=43983
2012-07-25From Rishie Sharma:Anders Broman3-2/+90
Add a new CRC16 routine. svn path=/trunk/; revision=43982
2012-07-25Update recv/drop counters also when no threads are used.Michael Tüxen1-1/+5
This should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7523 svn path=/trunk/; revision=43981
2012-07-25When zooming in, never subdivide whole numbers on the Y axis (they areMartin Mathieson1-17/+25
sequence numbers). svn path=/trunk/; revision=43980
2012-07-25Make sure xcopy can figure things out on its own.Gerald Combs1-3/+3
svn path=/trunk/; revision=43979
2012-07-25Make sure wireshark.exe and tshark.exe don't depend on pseudotargets.Gerald Combs1-6/+14
svn path=/trunk/; revision=43978
2012-07-25Don't increase refnum unless graph is created. Also, don't allocateMartin Mathieson1-3/+4
graph until know that we were able to choose a TCP session. This could fail if e.g. a MAC LTE frame had > 1 bearers carrying TCP segments. svn path=/trunk/; revision=43977
2012-07-24Fix the dependencies for wireshark.exe and tshark.exe and use "xcopyGerald Combs2-8/+8
/d" instead of "copy" in Makefile.nmake. Fix the uninstall.exe path in packaging\nsis\Makefile.nmake. This keeps us from clobbering existing files in wireshark-gt2 unnecessarily. svn path=/trunk/; revision=43976
2012-07-24(Trivial) CleanupBill Meier1-30/+25
svn path=/trunk/; revision=43975
2012-07-24(Minor) Create handle in proto_reg_handoff...() (where it's used);Bill Meier1-4/+5
Localize static variable to proto_reg_handoff...() svn path=/trunk/; revision=43974
2012-07-24(Minor) Localize a static variable;Bill Meier1-1/+2
svn path=/trunk/; revision=43973
2012-07-24Don't leak the graph (or skip a graph refnum) if single RLC channel notMartin Mathieson1-4/+7
found in selected frame in the packet list. svn path=/trunk/; revision=43972
2012-07-24Move proto_register..() and proto_reg_handoff...() to the end of the file;Bill Meier1-442/+448
Do other minor cleanup. svn path=/trunk/; revision=43971
2012-07-24General cleanup, including:Bill Meier1-272/+238
- prevent potential array overflow: do some bounds checking; - use emem_strbuf instead of buffers on the stack; - check_col() not required; - simplify code in several places; - remove some boilerplate comments; - ... svn path=/trunk/; revision=43970
2012-07-24MPEG PAT: set the tree item's length == number of bytes dissectedMartin Kaiser1-1/+2
don't simply assume the PAT continues until the end of the input tvb this is similar to packet_dvb_ait.c I'll change this for other tables shortly svn path=/trunk/; revision=43969
2012-07-24Make proto_tree_draw wrapper function to proto_tree_draw_resolve.Jakub Zawadzki1-8/+3
svn path=/trunk/; revision=43966
2012-07-24Remove uninstall_installer.exe when we're done with it so that we don'tGerald Combs1-0/+1
have an extraneous executable in the staging directory. svn path=/trunk/; revision=43965
2012-07-24(Trivial) remove unneeded #include.Bill Meier1-1/+0
svn path=/trunk/; revision=43962
2012-07-24Analyze->Apply as Filter and Analyze->Prepare a Filter cause crashesAnders Broman3-65/+63
user_data is NULL in the callbacks from the menu_bar, and when preparing filters we need to find the filter widget with g_object_get_data(G_OBJECT(data), E_DFILTER_TE_KEY). The object is saved in the global variable popup_menu_object. Use that in the filter callbacks from the menu bar. - remove unused widget from a couple of callbacks. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7506 svn path=/trunk/; revision=43961
2012-07-24Remove unneeded #include;Bill Meier1-17/+21
Create/use extended value strings for several value-string arrays; Minor whitespace cleanup. svn path=/trunk/; revision=43960
2012-07-24(Trivial) whitespace cleanupBill Meier1-7/+7
svn path=/trunk/; revision=43959
2012-07-24H.248 cannot interpret value of Package 0x0022, Parameter 1Anders Broman1-5/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7519 svn path=/trunk/; revision=43958
2012-07-24Use the correct symbolsAnders Broman1-2/+2
COL_UTC_TIME and COL_UTC_DATE_TIME insted of TS_UTC and TS_UTC_WITH_DATE. svn path=/trunk/; revision=43957
2012-07-24From Karsten Keil:Anders Broman1-0/+2
ISDN LAPD X.31 packet traffic can not be decoded X.31 is X.25 over ISDN. It use SAPI 16 LAPD service. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7514 svn path=/trunk/; revision=43956
2012-07-24From Peng Di:Anders Broman1-0/+1
GIOP request_id used for sub dissectors is not assigned when decoding GIOP 1.2 Request message. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7516 svn path=/trunk/; revision=43955
2012-07-24From Jacob Nordgren and Rishie Sharma:Anders Broman4-171/+397
- Added support for EDCH type 2 MAC-is reassembly and slightly improved RLC error reporting - RLC: fixed bug where complete sequences in the end of a trace where not reassembled svn path=/trunk/; revision=43954
2012-07-24Reinsert conversation colorization shortcutsAnders Broman1-11/+11
svn path=/trunk/; revision=43953
2012-07-24SCSI: Add support for mode subpagesRonnie Sahlberg1-49/+120
Add support for modepages that contain subpages and add a simple subpage for the Control page. svn path=/trunk/; revision=43952
2012-07-23Fix bug #7520: Byteview related Glib-GObject-Critical msgs during GTK2 ↵Jakub Zawadzki1-4/+33
Wireshark startup Put generated, with *proper* types version of marshaler (VOID:OBJECT,OBJECT) inside bytes_view.c It was also only blocker of #undef GTK_DISABLE_DEPRECATED, so remove it. XXX generated version of marshaler looks portable, but it'd be best to generate it using glib-genmarshal during compilation. svn path=/trunk/; revision=43947
2012-07-23Remove #define USE_GOPTION = 1, the code is incompleteAnders Broman1-1/+0
svn path=/trunk/; revision=43945
2012-07-23Add cppcheck tools to the source distribution.Jeff Morriss1-1/+4
svn path=/trunk/; revision=43944
2012-07-23README.dfilter is no more.Jeff Morriss1-1/+0
svn path=/trunk/; revision=43943
2012-07-23Cleanup:Bill Meier1-432/+434
- don't call col_...() and expert...() fcns under 'if (tree)'; - create/use extended value strings in a few cases; - use val_to_str_ext_const(); - Don't increment offset if not used afterwards [set but unused]; - do whitespace cleanup (indentation, trailing, ...). svn path=/trunk/; revision=43942
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez3-117/+490
and add a lot of explanation about how the display filter engine works. Modify dftest.c to remove printing of the dfilter_t pointer, which has absolutely no value for the user. svn path=/trunk/; revision=43941
2012-07-23Get rid of non-ASCII chars. Also replace tabs with spaces and remove ↵Jeff Morriss1-15/+15
trailing white space. svn path=/trunk/; revision=43940
2012-07-23r43756 said that _snwprintf is banned. Make it so.Jeff Morriss1-1/+2
svn path=/trunk/; revision=43939
2012-07-23Added RFC 5285 functionality per ↵Michael Mann1-30/+206
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5763 svn path=/trunk/; revision=43931
2012-07-23Fix reversed values for Bearer Context IE decodes Bearer Level Quality of ↵Anders Broman3-2/+18
Service (Bearer QoS) in ARP field the wireshark decoded preemption values. As reported in http://ask.wireshark.org/questions/12907/pre-emption-decoding-on-s11-interface svn path=/trunk/; revision=43930
2012-07-23Now check the first few bytes of the ftp-data segment to see if it looksMartin Mathieson1-16/+22
printable. If binary, just show the number of bytes in summary. Not that there are no items inside it, don't create ftp-data as a tree. Also, fix the type of the variable 'ti'. svn path=/trunk/; revision=43929
2012-07-23Initial version of VNTAG dissector (bug #7496)Jakub Zawadzki3-0/+133
svn path=/trunk/; revision=43928