aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2009-07-15Get rid of C++-style comment (and anglicize it).Guy Harris1-1/+1
svn path=/trunk/; revision=29105
2009-07-15Add /MP flag to make use of multi cores.Anders Broman10-10/+10
svn path=/trunk/; revision=29104
2009-07-15Indent some comments.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=29103
2009-07-15From Kovarththanan Rajaratnam:Stig Bjørlykke1-3/+15
Add "text" abbrev + tighten FT_FRAMENUM checks. svn path=/trunk/; revision=29100
2009-07-14Remove an unused define.Gerald Combs1-1/+0
svn path=/trunk/; revision=29098
2009-07-14#include prefs.h not req'd; Also: remove unused #defineBill Meier1-3/+1
svn path=/trunk/; revision=29097
2009-07-14From Vladimir Smrekar :Anders Broman3-970/+2879
v5.2-User Adaptation Layer and V5.2 Interface. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732 Me: Removed check_col(), hf blurbs, removed global vars and regestering SCTP port in packet-v52.c. svn path=/trunk/; revision=29096
2009-07-14From Alvaro Vega Garcia via bug 3652:Gerald Combs1-126/+58
Patch with some improvements for packet ziop dissector following patch about MIOP dissector submitted by Kovarththanan Rajaratnam. From me: Add a link to the protocol specification. Don't tvb_memcpy over structs! Remove some more tvbuffs. Don't call proto_item_add_subtree if we're not going to use the trees. Call proto_tree_add_item instead of proto_tree_add_text Remove a bunch of unused ett_ variables and a few other now-unused variables. Register the field array with the correct length. svn path=/trunk/; revision=29095
2009-07-14Trivial formatting changes to RAR output.Martin Mathieson1-8/+11
svn path=/trunk/; revision=29094
2009-07-14From Rajasekhar Reddy Gali:Anders Broman1-256/+1254
"dictionary.xml file is very old..." - Update the Wimax .xml file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3731 svn path=/trunk/; revision=29093
2009-07-14Add preference to control whether decode of CRC-error'd frames should be ↵Martin Mathieson1-1/+33
attempted. svn path=/trunk/; revision=29092
2009-07-14Fix the sort routine.Anders Broman1-12/+14
svn path=/trunk/; revision=29091
2009-07-14Header field cleanup.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=29090
2009-07-13Fix one place where we didn't mention "-t dd".Guy Harris2-4/+8
Put the description of the default time format after the description of all the time formats, i.e. say "the default is relative" after we say what "relative" is. svn path=/trunk/; revision=29089
2009-07-13From Reinhard Speyerer:Jaap Keuter1-1/+4
The description of tshark -t dd is missing from tshark.pod. svn path=/trunk/; revision=29088
2009-07-13Fix for bug 3710:Jaap Keuter1-2/+2
Use the derived length of the control field i.s.o. assuming its size. svn path=/trunk/; revision=29087
2009-07-13Check to see if tvb_child_uncompress returns NULL. Fixes bug 3705.Gerald Combs1-50/+52
svn path=/trunk/; revision=29086
2009-07-13Squelch a couple of Valgrind warnings. This should fix bug 3700.Gerald Combs1-3/+12
svn path=/trunk/; revision=29085
2009-07-13Note what the "Unknown" value is.Guy Harris1-1/+1
svn path=/trunk/; revision=29084
2009-07-13From Chris Costa:Anders Broman1-7/+30
SMB2 Error Response doesn't decode properly. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609 svn path=/trunk/; revision=29083
2009-07-13From Kovarththanan Rajaratnam:Anders Broman1-14/+6
hci_h4: Optimize column/field handling https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3703 svn path=/trunk/; revision=29082
2009-07-13Add additional indentation to -z <statistics> section to improve readability.Bill Meier1-130/+303
Do some work on "Interface" section to have it match current Wireshark: additionas/changes to "Menu Items" sub-section. Various other minor reformatting and rewording. svn path=/trunk/; revision=29081
2009-07-13Add additional indentation to -z <statistics> swction to improve readability.Bill Meier1-75/+74
Various other minor reformatting and rewording. svn path=/trunk/; revision=29080
2009-07-13Remove calls to check_col().Martin Mathieson3-244/+122
svn path=/trunk/; revision=29079
2009-07-13Remove calls to check_col(), and stop giving '{' a line of its own.Martin Mathieson1-302/+160
svn path=/trunk/; revision=29078
2009-07-13APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).Anders Broman1-5/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3711 svn path=/trunk/; revision=29077