summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22From kovarththanan Rajaratnam:Anders Broman3-8/+8
Pass column_info as a pointer (new packet list). svn path=/trunk/; revision=29169
2009-07-22From Jakub Zawadzki:Anders Broman2-4/+11
This patch fix return value in new_packet_list_find_row_from_data when !select From Me: Change back the cell coloring and remove the horizontal-separator making the colorinjg look the same as in the old packet list. svn path=/trunk/; revision=29168
2009-07-22Improve/expand checks on reserved bit values.Martin Mathieson1-8/+27
svn path=/trunk/; revision=29167
2009-07-22From Jakub Zawadzki:Anders Broman1-2/+2
This patch makes row coloring alike GtkCList version (remove white space between cells/columns) svn path=/trunk/; revision=29166
2009-07-22Take 2:Anders Broman1-0/+1
From Jakub Zawadzki: This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare() to new function frame_data_compare() + it make use of new function inside packet_list_compare() and packet_list_compare_records() svn path=/trunk/; revision=29165
2009-07-22From Jakub Zawadzki:Anders Broman4-64/+94
This patch is cut&paste code from gtk/main_packet_list.c:packet_list_compare() to new function frame_data_compare() + it make use of new function inside packet_list_compare() and packet_list_compare_records() svn path=/trunk/; revision=29164
2009-07-22Minor indentation fixes.Anders Broman1-7/+7
svn path=/trunk/; revision=29163
2009-07-22Change some g_malloc() calls to g_new() to make the code easier to read.Stephen Fisher1-11/+11
svn path=/trunk/; revision=29162
2009-07-21Another try to fix the compiler warnings on win64.Stig Bjørlykke2-3/+3
svn path=/trunk/; revision=29161
2009-07-21Cummulative number of packets lost is a signed 24 bits value.Stig Bjørlykke1-43/+36
This fixes bug 3763. Cleanup some proto_tree_add_uint() -> proto_tree_add_item(). svn path=/trunk/; revision=29160
2009-07-21From didier gautheron via bug 3762:Stig Bjørlykke4-53/+30
This patch removes col_expr in frame_data structure, it can be recomputed when needed. svn path=/trunk/; revision=29159
2009-07-21More gsizery.Guy Harris1-1/+1
svn path=/trunk/; revision=29158
2009-07-21GLib documentation says the 3rd and 5th arguments to g_iconv are "gsizeGuy Harris2-2/+2
*"s. svn path=/trunk/; revision=29157
2009-07-21size_t -> int to make the Win64 build bot happy.Anders Broman2-3/+3
svn path=/trunk/; revision=29156
2009-07-21Initialize bacapp_invoke_id to avoid a compiler warning.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=29155
2009-07-21Stop using the C++ 'true' and 'false'.Martin Mathieson1-3/+3
I still get a compilation error... packet-bacapp.c: In function `dissect_bacapp': packet-bacapp.c:6350: warning: 'bacapp_invoke_id' might be used uninitialized in this function ... although I've followed the paths (including the setting of 'segment'), and it looks bogus to me. svn path=/trunk/; revision=29154
2009-07-21Fix typo.Guy Harris1-2/+1
svn path=/trunk/; revision=29153
2009-07-21Don't use tvb_length_remaining() - that just reports how much capturedGuy Harris1-106/+105
data is available, not how big the packet really is. Clean up white space. Get rid of an unused parameter and two unused variables. svn path=/trunk/; revision=29152
2009-07-21From Herbert Lischka:Anders Broman2-136/+443
Added some new features to BACnet dissection: - ListOfObjectPropertyReferences in scheduler - RestartReason - Properties for loop-object - LogDeviceObjectProperty in trend-log object - log-buffer entries in trend-log object - reassemby of fragmented messages - fallback changed if iconv-library is not here Me: Moved includes from .h to .c as thats how we normaly do it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3736 svn path=/trunk/; revision=29151
2009-07-21From Benjamin Meyer:Anders Broman1-16/+572
Profinet dissector does not decode all defined error codes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3753 svn path=/trunk/; revision=29150
2009-07-21From Gerasimos Dimitriadis:Anders Broman1-10/+1329
Enhancement to E.212 MCC/MNC decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759 svn path=/trunk/; revision=29149
2009-07-20Implement new_packet_list_find_row_from_data()Anders Broman3-15/+73
Goto frame should work now. svn path=/trunk/; revision=29147
2009-07-20From Jakub Zawadzki via bug 3701:Stig Bjørlykke1-3/+3
Fix regressions in r29130 and r29133 In r29130 formating for DSECS was changed. (old: %01d now: %02d) In r29133 adding sign was removed (old: buf[0] = '-' now: buf[0] = '\0') svn path=/trunk/; revision=29146
2009-07-20Changed to use "Field type" instead of "Format", to be more descriptive.Stig Bjørlykke1-26/+46
Moved "Filed name" fields below "Field type", to improve the layout. Always show the "Field name" fields, disable when field type is not custom. Remember field name even when changing field type, so the user can change his mind without losing the data entered. Some small adjustments to "Add" and "Remove" buttons. Added some tooltips. svn path=/trunk/; revision=29145
2009-07-20Redraw the list when color filters are enabled/disabled.Anders Broman1-0/+1
svn path=/trunk/; revision=29144
2009-07-20Avoid a crash if no color filter exists (SCTP trace).Anders Broman1-7/+15
svn path=/trunk/; revision=29143
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whenStephen Fisher5-10/+53
enabling/disabling the coloring of the packet list from the menus, the user has to drag the mouse cursor over each displayed row to take away/add the coloring. Dragging the scroll bar up or down will also take care of this as only the displayed rows are colored. svn path=/trunk/; revision=29142
2009-07-19[Automatic manuf and enterprise-numbers update for 2009-07-19]Gerald Combs2-7/+220
svn path=/trunk/; revision=29138
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke6-60/+99
This patch optimizes proto_tree_prime_hfid() + friends and plugs a memleak in the process. From me: Removed unused hfindex in proto_tree_new_item() Fixed ref_count entry in struct header_field_info. svn path=/trunk/; revision=29137
2009-07-17Set the extension channel correctly. Fixup whitespace.Gerald Combs2-33/+36
svn path=/trunk/; revision=29135
2009-07-17From Robert Hogan: "no need to register tn3270 for 'decode-as'".Bill Meier1-8/+0
svn path=/trunk/; revision=29134
2009-07-17Fix an ep buffer overrun introduced in r29130.Gerald Combs1-6/+17
svn path=/trunk/; revision=29133
2009-07-17Minor changes: Move protocol_register & etc to end; Bill Meier1-66/+67
Use find_dissector instead of create_dissector_handle. svn path=/trunk/; revision=29132
2009-07-17make it possible to retreive the record with packet_list_get_value().Anders Broman1-2/+18
svn path=/trunk/; revision=29131
2009-07-17From Kovarththanan Rajaratnam:Anders Broman3-23/+19
Optimize column fill path. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3701 svn path=/trunk/; revision=29130
2009-07-17From Robert Hogan:Jaap Keuter4-14/+6881
I'm working on a tn3270 dissector. See: http://roberthogan.net/stuff/tn3270-dissector/ svn path=/trunk/; revision=29129
2009-07-16Check for an overflow. This should hopefully fix bug 3672.Gerald Combs1-1/+2
svn path=/trunk/; revision=29128
2009-07-16Initialize a variable and remove a check_col.Gerald Combs1-4/+2
svn path=/trunk/; revision=29127
2009-07-16Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to anGerald Combs1-2/+1
se_alloced struct. svn path=/trunk/; revision=29126
2009-07-16From Rajasekhar Reddy Gali:Anders Broman1-67/+62
packet-wimaxasncp.c file need to update with latest wimax spec. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3730 svn path=/trunk/; revision=29125
2009-07-16From Sean Yunjnz:Anders Broman1-2/+17
Problem in packet-per.c for ASN.1 PER Encoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3733 svn path=/trunk/; revision=29124
2009-07-16Make sure some variables are initialized so that Valgrind quitsGerald Combs1-4/+3
complaining. Use se_memdup to copy memory. svn path=/trunk/; revision=29123
2009-07-16Zero out the packet_info struct for each packet instead of trying toGerald Combs1-47/+1
initialize everything by hand. Fixes a Valgrind warning. svn path=/trunk/; revision=29122
2009-07-16From David Dahlberg:Jaap Keuter1-12/+58
As for now, Wireshark supports only 96-bit (or 0-bit for NULL authentication) integrity control values (ICVs) for IPsec ESP. While the autentication field is of variable length, this may lead to situations where the whole packet is not parsable. To solve this, I added generic classes (not checked) for 128, 192 and 256 bit ICVs to the ESP dissector. I also split the HMAC-SHA-256 autentication algorithm to HMAC-SHA-256-128 (128 bit as defined in RFC 4868) and HMAC-SHA-256-96 (from the very first draft, nevertheless unpatched Linux and BSDs do it this way). svn path=/trunk/; revision=29121
2009-07-16Don't crash if we happen to load a bad MIB file.Gerald Combs3-4/+4
svn path=/trunk/; revision=29118
2009-07-16/MP also works with 2008EEJeff Morriss1-11/+11
svn path=/trunk/; revision=29116
2009-07-16From Kahou via bug 3739:Stig Bjørlykke4-0/+11
New DLT value is added for Fibre Channel FC2. svn path=/trunk/; revision=29115
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman10-9/+25
for MSVC variant 2008 only. As suggested by Bill Meier. svn path=/trunk/; revision=29114
2009-07-15Add a modeline blurb. Minor indentation fix.Gerald Combs1-1/+13
svn path=/trunk/; revision=29111
2009-07-15Make sure we advance our offset during a while loop. This should fix recentGerald Combs1-0/+7
fuzz errors. svn path=/trunk/; revision=29109