summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-30Rename "Files" to "Recent Files". Add space between each recent item.Gerald Combs1-5/+22
Elide text instead of scrolling horizontally. Add a hover indication. svn path=/trunk/; revision=44143
2012-07-30Grow the dialog to account for our added widgets.Gerald Combs1-0/+3
svn path=/trunk/; revision=44142
2012-07-30Avoid a division by zero due to overflow.Michael Tüxen1-2/+2
This should fix the crash in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7266 svn path=/trunk/; revision=44141
2012-07-30Fix copy-and-paste, changing "protocols" to "capture file formats".Chris Maynard1-3/+3
svn path=/trunk/; revision=44140
2012-07-30Put back the configure_event() handler - it is needed for handlingMartin Mathieson1-0/+61
resizing. svn path=/trunk/; revision=44139
2012-07-30Added missing entry for WTAP_ENCAP_SDH.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=44138
2012-07-30Added Custom.common as dependency for register.cStig Bjørlykke1-1/+1
svn path=/trunk/; revision=44137
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard2-2/+2
svn path=/trunk/; revision=44136
2012-07-30Fix Coverity CID's 712344-712345: Unused pointer value.Chris Maynard1-2/+2
svn path=/trunk/; revision=44135
2012-07-30Add Russian national variant.Anders Broman1-21/+352
svn path=/trunk/; revision=44134
2012-07-30Fix compilation issues.Michael Tüxen1-5/+6
svn path=/trunk/; revision=44133
2012-07-30Add Mojito dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2688)Michael Mann3-2/+1103
properly alphabetize packet-mim.c in makefiles svn path=/trunk/; revision=44132
2012-07-30wrappers for label filling (with information about string truncation)Jakub Zawadzki1-48/+41
svn path=/trunk/; revision=44131
2012-07-30No // comments, please.Guy Harris1-1/+1
svn path=/trunk/; revision=44130
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman5-195/+336
-MAC-is update svn path=/trunk/; revision=44129
2012-07-30From e.yimjia:Anders Broman1-1/+30
Diameter AVP:s for SLh interface. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7539 svn path=/trunk/; revision=44128
2012-07-30Try to unbreak the build.Martin Mathieson1-2/+2
Apologies, I changed the clock time on my computer and so the file didn't get rebuilt with the last of my changes... svn path=/trunk/; revision=44127
2012-07-30Remove yet more unneeded remnants from tcp_graph.cMartin Mathieson1-133/+27
svn path=/trunk/; revision=44126
2012-07-29Don't try to clip the line to the outside of the visible area - letMartin Mathieson1-10/+10
cairo do it. The clipping that was done worked properly for horizontal/verical lines only, but would not for diagonal ones. svn path=/trunk/; revision=44125
2012-07-29Just let cairo clip lines to the edge of the visible graph area.Martin Mathieson1-19/+7
tcp_graph.c needlessly does this itself, but it only has to deal with horizonal and vertical lines.... When have returned to original, unzoomed state, set zoom to be 'in' for the middle mouse button, as thats all that makes sense. svn path=/trunk/; revision=44124
2012-07-29Use consistent indentation.Bill Meier1-60/+56
svn path=/trunk/; revision=44122
2012-07-29Minor cleanup.Bill Meier1-94/+80
svn path=/trunk/; revision=44119
2012-07-29Several right-shifts should be left-shifts.Bill Meier1-2/+2
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881#c12 svn path=/trunk/; revision=44118
2012-07-29g_assert --> DISSECTOR_ASSERTBill Meier1-2/+2
svn path=/trunk/; revision=44117
2012-07-29Minor cleanup....Bill Meier1-13/+12
svn path=/trunk/; revision=44116
2012-07-29Fix usage of range string and use extended value strings in a few placesPascal Quantin1-3/+5
svn path=/trunk/; revision=44115
2012-07-29Don't do 'return 0' in mpls-y1722 dissector (so mpls dissector won't try to ↵Bill Meier1-22/+19
continue dissecting). See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6787 Comments 14, 16, 17 svn path=/trunk/; revision=44114
2012-07-29Fix a typo :(Bill Meier1-1/+1
svn path=/trunk/; revision=44113
2012-07-29Cast away a compile warning: "conversion from '__int64' to 'gulong', ↵Bill Meier1-1/+1
possible loss of data" svn path=/trunk/; revision=44112
2012-07-29Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.Bill Meier1-1/+3
Crash due to a g_snprintf() incorrect (too large) "max number of bytes" parameter. Note that g_snprintf() apparently writes to (initializes ?) bytes beyond the actual string written. Fixes Bug #7948: (To be confirmed by the user) See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7498 svn path=/trunk/; revision=44111
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte1-0/+1123
Add new dissector for DVB-S2 Baseband Frame and GSE dissection There is a standard for satellite receiving equipment to output all the received data over an ethernet interface. This dissector is able to show these packets according to the ETSI standards. By default the dissector is disabled, it can be enabled in the protocol settings dialogue With the dissector... svn path=/trunk/; revision=44110
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte2-0/+2
Add new dissector for DVB-S2 Baseband Frame and GSE dissection There is a standard for satellite receiving equipment to output all the received data over an ethernet interface. This dissector is able to show these packets according to the ETSI standards. By default the dissector is disabled, it can be enabled in the protocol settings dialogue svn path=/trunk/; revision=44109
2012-07-29From Weijun Wang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481Alexis La Goutte1-1/+1
Description for Kerberos 5's ENC-TKT-IN-SKEY is wrong http://tools.ietf.org/html/rfc4120#section-2.9.2 #Backport svn path=/trunk/; revision=44108
2012-07-29Try to fix ABI check.Jakub Zawadzki3-0/+10
svn path=/trunk/; revision=44107
2012-07-29Add link to Ask Wireshark Website ( http://ask.wireshark.org )in Help Menu ↵Alexis La Goutte3-0/+12
for GTK May be add a icon before (use favicon of Ask Website ?) Backport to older release ? svn path=/trunk/; revision=44104
2012-07-29It is link Tshark Help not Wireshark (already in bottom !)Alexis La Goutte1-1/+1
#BACKPORT svn path=/trunk/; revision=44103
2012-07-29[Automatic manuf, services and enterprise-numbers update for 2012-07-29]Gerald Combs3-12/+278
svn path=/trunk/; revision=44101
2012-07-29Tidy up help window, and get rid of a compile-time option to preserveMartin Mathieson1-60/+33
the 'old' button settings (used by tcp_graph.c). svn path=/trunk/; revision=44100
2012-07-29Set maximum zoom on Y axis based upon bounds, so works better if thereMartin Mathieson1-15/+16
isn't an SN=1023 for the channel. Now I understand the time origin toggle - make it show the capture time by default now. svn path=/trunk/; revision=44099
2012-07-28Add a comment that VS Code Analyzer makes a very good point here -Martin Mathieson1-1/+5
masking the m.s.b. of the command code does mean that several of them won't ever get detected. I couldn't readily see from the spec what the right think to do is. svn path=/trunk/; revision=44098
2012-07-28VS code analysis was right - 'x' & 0 *was* always going to return 0...Martin Mathieson1-2/+2
svn path=/trunk/; revision=44097
2012-07-28Use the _vs suffix for value_string variables consistently. There was aMartin Mathieson1-14/+14
clash between the value_string 'addr_fmt' and where the raw value was parsed. svn path=/trunk/; revision=44096
2012-07-28Avoid 2 redeclarations of 'len' in inner scopes - they can all use theMartin Mathieson1-7/+7
outer one. They had 3 different types, so use guint, which is what tvb_length() returns. svn path=/trunk/; revision=44095
2012-07-28Fix VC code analaysis warning about definition of variable in innerMartin Mathieson1-1/+0
scope. svn path=/trunk/; revision=44094
2012-07-28Always memset the packet-header struct in Lua to avoidEvan Huus1-7/+17
crashes from garbage data. Also, give Lua a copy of the packet comment if there is one. Fixes: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7538 svn path=/trunk/; revision=44093
2012-07-28Simply #ifdefs slightly in the graph code.Evan Huus2-7/+4
Makes cppcheck happier. svn path=/trunk/; revision=44092
2012-07-28Fix inverted dissection of Pre-emption Capability and Pre-emption VulnerabilityPascal Quantin2-6/+6
svn path=/trunk/; revision=44091
2012-07-28Fix a 'dead increment' warning forgotten in r44084Pascal Quantin1-1/+0
svn path=/trunk/; revision=44090
2012-07-28Add handling of ringbuffer support when packets are not updatedMichael Tüxen1-3/+9
in realtime. This should fix: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7423 svn path=/trunk/; revision=44089
2012-07-28Decode SSL streams in XMPP sessions. Fixes:Evan Huus4-21/+69
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3177 The logic is rather conservative for now, but I imagine false negatives are better than false positives for this sort of thing. svn path=/trunk/; revision=44088