aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2010-10-08Restore private_data even if there was an exceptionJeff Morriss1-50/+52
2010-10-08Don't use a TRY/CATCH block just to ignore any exceptions thrown byJeff Morriss1-8/+5
2010-10-08Catch exceptions from subdissectors, even when we're not handing theJeff Morriss1-27/+44
2010-10-07(Minor) Rename a few variables in the global namespace to be a bit more unique;Bill Meier15-58/+60
2010-10-07Define a few global variables as static.Bill Meier2-7/+7
2010-10-07Define 3 global variables as static; Whitespace cleanup.Bill Meier1-256/+256
2010-10-07Define a global variable as static.Bill Meier1-1/+1
2010-10-07Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-0/+8
2010-10-07Define global variables ROWS, COLS, MAXROWS, MAXCOLS as static;Bill Meier1-4/+4
2010-10-07White space cleanupJeff Morriss2-102/+102
2010-10-07Add more CRC failure codes.Martin Mathieson2-12/+29
2010-10-07Generate proper extension flags for empty constructed types SEQUENCE { ... } ...Tomas Kukosa1-8/+8
2010-10-07From Tobias Witek (bug 5282):Martin Mathieson1-17/+16
2010-10-06Change a couple of hf abbreviations so they're not the name of the hf variable.Jeff Morriss5-99/+99
2010-10-06hf cleanup: delete a whole bunch of unused entries and make up unique names a...Jeff Morriss1-162/+19
2010-10-06From Alexis La Goutte: MYSQL: Fix FIELD_PACKET dissection;Bill Meier1-26/+48
2010-10-06From Pascal Quantin:Anders Broman3-10/+172
2010-10-05Improve the ND flag display.Gerald Combs1-5/+16
2010-10-05Avoid printing double p_mul.pdu_type in custom columns.Stig Bjørlykke1-1/+5
2010-10-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :Jeff Morriss1-1/+1
2010-10-05From Pascal Quantin:Anders Broman1-1/+1
2010-10-05Add more information to the Info column for some ICMPv6 messages. Add aGerald Combs1-34/+22
2010-10-05Enable "Support packet-capture from IP TSO-enabled hardware" by default.Gerald Combs1-1/+1
2010-10-04From Giuliano Fabris: Enhanced DVB Simulcrypt protocol dissector:Bill Meier1-165/+942
2010-10-04From Yasuyuki Tanaka: Fix PANA (RFC 5191) packets are dissected incorrectly.Bill Meier1-217/+215
2010-10-03#if 0 an used functionBill Meier1-0/+2
2010-10-03Make a number of functions static;Bill Meier1-141/+165
2010-10-03Whitespace & formatting cleanup;Bill Meier1-376/+379
2010-10-03Refactor dissection of CHALLENGE target-info & AUTHENTICATE ntlmv2-response a...Bill Meier1-316/+335
2010-10-02Minor cleanup:Bill Meier3-759/+724
2010-10-02Add col_clear; Also: Small reformatting and whitespace changesBill Meier1-270/+283
2010-10-02Replace a couple of blurbs (that match the field name) with NULL.Jeff Morriss1-2/+2
2010-10-02Remove trailing spaces from a couple of hf namesJeff Morriss1-129/+129
2010-10-01Changing the flag bitmasks to their proper values (see http://www.faqs.org/rf...Sake Blok1-5/+5
2010-10-01Add a couple of casts to make it compile.Anders Broman1-3/+3
2010-10-01Adding new error code.Jaap Keuter1-0/+2
2010-10-01Try to fix the Mac build.Jaap Keuter1-1/+1
2010-10-01From Chris Maynard:Guy Harris1-1/+3
2010-09-30Make it compile.Stig Bjørlykke1-1/+1
2010-09-30Fix some mangled comments (apparently mangled so that code could be commented...Bill Meier1-16/+16
2010-09-30Fix compilation error.Bill Meier1-1/+1
2010-09-30From Stéphane Bryant:Jaap Keuter2-0/+2637
2010-09-30More fixes and comments:Bill Meier1-14/+59
2010-09-30From Colin O'FlynnJaap Keuter2-0/+163
2010-09-30Initialize length.Stig Bjørlykke1-1/+1
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-11/+10
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-11/+10
2010-09-30From Colin O'Flynn / Owen Kirby:Jaap Keuter1-147/+206
2010-09-30Remove unneeded includes.Stig Bjørlykke1-3/+1
2010-09-30Constructed octet strings may contain zero encodings.Stig Bjørlykke1-3/+6