aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman2-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239 It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function. http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390 svn path=/trunk/; revision=34176
2010-09-21Make it compile.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=34175
2010-09-21Move a bunch of definitions before the code that uses at least one ofGuy Harris1-17/+17
the variables in question. svn path=/trunk/; revision=34174
2010-09-21Try to fix:Anders Broman1-2/+2
"In menus_init() you seem to use ui_manager_packet_list_heading before it's initialized." svn path=/trunk/; revision=34173
2010-09-21Add an SVN ID.Guy Harris1-0/+2
svn path=/trunk/; revision=34172
2010-09-21Get rid of C++ comment.Guy Harris1-1/+3
svn path=/trunk/; revision=34171
2010-09-21Make "Displayed Columns" work yet again, as done in revision 34160.Stig Bjørlykke1-5/+21
Bring back 'Resize Column' and 'Rename Column Title'. svn path=/trunk/; revision=34170
2010-09-21Fix comments.Guy Harris1-2/+2
svn path=/trunk/; revision=34169
2010-09-21Update GUIManager menubar code(#IF 0 ).Anders Broman1-55/+261
svn path=/trunk/; revision=34168
2010-09-21Wrong signature used for a GtkToggleActionEntry callback.Anders Broman1-4/+6
svn path=/trunk/; revision=34167
2010-09-21Remove leftover debug code/commentAnders Broman1-24/+5
svn path=/trunk/; revision=34166
2010-09-21As suggested by Kovarththanan Rajaratnam in ↵Jeff Morriss18-304/+304
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 : Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
2010-09-21Add a castJeff Morriss1-1/+1
svn path=/trunk/; revision=34164
2010-09-21Use size_t to keep the Windows compiler happyJeff Morriss1-1/+1
svn path=/trunk/; revision=34163
2010-09-21From Jakub Zawadzki via ↵Jeff Morriss1-96/+130
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3336 : We parse host & request page from headers, so we easily can construct full http uri. I was thinking about making it as field, so we could filter, print in column info, or do other fancy stuff, but for now this is imho enough. From me: add it as a (filterable) item. Clean up spacing and indentation in a few places. svn path=/trunk/; revision=34162
2010-09-20Fix sequence numbers reported when duplicate SN detected.Martin Mathieson1-4/+6
svn path=/trunk/; revision=34161
2010-09-20Make "Displayed Columns" work again.Stig Bjørlykke1-5/+19
svn path=/trunk/; revision=34160
2010-09-20Put Abort reason in info column.Stig Bjørlykke3-12/+28
svn path=/trunk/; revision=34159
2010-09-19[Automatic manuf and enterprise-numbers update for 2010-09-19]Gerald Combs2-8/+209
svn path=/trunk/; revision=34155
2010-09-18Fix for bug 5220:Jaap Keuter1-13/+24
- Don't list codecs which are deleted by using port 0. - Use real concatenation i.s.o. reprint, which seems to fail in some circumstances. svn path=/trunk/; revision=34154
2010-09-18Update Cal Turney's entry for the tshark SCSI tapJeff Morriss1-1/+2
svn path=/trunk/; revision=34153
2010-09-18From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5223 :Jeff Morriss3-0/+264
I would like to contribute iSCSI SRT tap, 'tap-scsistat.c' for tshark. The output exactly matches that of the Wireshark's iSCSI(disk) SRT dialog. From me: a couple of small changes to make it compile without warnings. svn path=/trunk/; revision=34152
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss2-25/+25
hf_snmp_engineid_enterprise is now a BASE_EXT_STRING, not BASE_RANGE_STRING. This fixes the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5233 svn path=/trunk/; revision=34151
2010-09-17Don't include stock icons that we no longer use.Jeff Morriss1-9/+3
svn path=/trunk/; revision=34150
2010-09-17Use GTK dialog stock icons rather than our own.Anders Broman1-16/+5
svn path=/trunk/; revision=34149
2010-09-17Fix some bugs that show up when you build with the old packet list.Guy Harris1-5/+7
svn path=/trunk/; revision=34148
2010-09-17Put the definition of NEW_PACKET_LIST into config.h rather than theGuy Harris1-1/+2
Makefile; that will force a rebuild if you configure it on or off (that'll rebuild stuff that doesn't need to be rebuilt, but it'll also rebuild stuff that *does* need to be rebuilt and that wouldn't be rebuilt otherwise). svn path=/trunk/; revision=34145
2010-09-17Use the same control sequences for the old packet list that are used forGuy Harris1-5/+5
the new packet list. svn path=/trunk/; revision=34144
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier20-39/+45
Also: packet-nhrp.c: #include sminmpec.h not req'd; svn path=/trunk/; revision=34143
2010-09-17Remove check_col(). Clean up some spacing/indentation too.Jeff Morriss3-656/+488
svn path=/trunk/; revision=34142
2010-09-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5197 :Jeff Morriss4-74/+390
The NFS dissector (all versions) show access types that have not been requested to be checked as "not allowed" in the call and reply. This is incorrect and misleading. At present one must manually compare what was requested in order to assess if access was actually denied for that type. When there are hundreds or thousands of these ACCESS requests in a capture, it is not possible or practical to manually check each one. The submitted patch does the following: * Passes the access mask in the call to the reply for comparison * Adds filterable fields for each supported (v4) and access type * Adds a pseudo field, nfs.access_denied * Lists the access types to be checked in the summary and tree * Separately lists the supported, denied, and allowed access types in the summary and tree The changes are applied to all NFS versions. From me: a couple of small changes to make it compile without warnings. svn path=/trunk/; revision=34141
2010-09-17Extensive V9/V10 code clean up, bug fixing & dissection display improvements:Bill Meier1-1433/+1648
Bugs fixed: - Invalid time display for various time fields; Millisecs for types 152, 153 are actually stored as 64 bit integers; Microsecs, nanosecs are actually stored in "NTP format"; Times for fields 158, 159 are relative to "export time"; SystemInitTime displayed incorrectly; ... - Options template not cached when only scope fields in template. - Templates not processed on first pass thru capture file: (In some cases data flows might not be handled until options template later displayed). - V9: number of options template entries limited to about 8 instead of intended 42; - Multiple options temlate flows in an Options Template flowset not handled; - "NotSentOctets" dislayed as "NotSentPackets"; ... Cleanups: - Options and data template processing code more or less rewritten; - options template displayed with format similar to that used for data templates; - Handling and display of PEN field (including use to indicate REVERSE) improved; - Don't use same filter name for two similar fields which only differ in size; - Handling & dislay of "variable length" fields improved; - sminmec lookup (PEN) done only during template processing & cached for later use; ... - Whitespace/Formatting svn path=/trunk/; revision=34140
2010-09-16More typos.Gerald Combs1-3/+3
svn path=/trunk/; revision=34139
2010-09-16Fix a typo.Gerald Combs1-1/+1
svn path=/trunk/; revision=34138
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs11-23/+44
svn path=/trunk/; revision=34137
2010-09-16Add "(BE)" to the big endian representations of the ICMP identifier andStephen Fisher1-2/+2
sequence number fields to match the "(LE)" ones. svn path=/trunk/; revision=34136
2010-09-16#if out ui_desc_conv_filter_popup to get the builds going (it looks like it ↵Jeff Morriss1-62/+64
should be used but it isn't currently). svn path=/trunk/; revision=34135
2010-09-16Make "4 NOP in a row" work again after changing the NOP name for TCP and IPStig Bjørlykke1-2/+3
in revisions 34095 and 34097. svn path=/trunk/; revision=34134
2010-09-16Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=34133
2010-09-16Remove C++ comments.Guy Harris1-5/+9
svn path=/trunk/; revision=34132
2010-09-16menus.c:1508: warning: unused parameter 'current'Anders Broman1-1/+1
menus.c:1508: warning: unused parameter 'user_data' Mark parameters as unused. svn path=/trunk/; revision=34131
2010-09-16Use GUIManager for the pop-up:s.Anders Broman1-7/+7
Can be dissabled by commenting out #define MENUS_USE_UIMANAGER 1 svn path=/trunk/; revision=34130
2010-09-15Also rename inet_ntop() on WindowsJeff Morriss2-5/+7
svn path=/trunk/; revision=34129
2010-09-15From Juha Siltanen :Sake Blok2-63/+95
When sorting a capture by protocol, some RTP packets are shown only as FLIP, even though the dissection windows shows the RTP tree. (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5215) svn path=/trunk/; revision=34128
2010-09-15Add more GUIManager code #ifdef:ed out.Anders Broman1-38/+333
The popups should be working now exept for protocol help. Help with testing and cleaning up apreciated. GTK 2.6 requred, I'll look into that too later if no one beats me to it. svn path=/trunk/; revision=34127
2010-09-15Bug #5127 from Guenter Strubreiter:Stephen Fisher2-1/+2
for avoiding doubled definition of a table needed also by a tcap subdissector plugin a definition in libwirshark.def is needed: isup_calling_partys_category_value Me: Change extern to WS_VAR_IMPORT in header file svn path=/trunk/; revision=34126
2010-09-15Missed this one (check_col() removal)Martin Mathieson1-29/+17
svn path=/trunk/; revision=34125
2010-09-15Remove a few more calls to check_col()Martin Mathieson5-92/+49
svn path=/trunk/; revision=34124
2010-09-15Add expert info for timing adjustment control message, and tweak a label.Martin Mathieson1-3/+8
svn path=/trunk/; revision=34123
2010-09-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 differently:Jeff Morriss2-1/+12
On Windows, rename inet_pton() to ws_inet_pton() so that builds on Vista or later systems (that have inet_pton() natively) will still work on pre-Vista systems. svn path=/trunk/; revision=34122