aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-01-08use a DVB string for the text field in the extended event descriptorMartin Kaiser1-9/+21
2014-01-08remove duplicate editor modelinesMartin Kaiser1-4/+0
2014-01-08From Antony BridleMartin Kaiser1-18/+121
2014-01-08Make it possible to use have_tap_listener() in a pluginPascal Quantin1-1/+1
2014-01-08merge two if statementsMartin Kaiser1-3/+0
2014-01-08Coverity 280379Martin Kaiser1-3/+2
2014-01-08no need for if (tree)Martin Kaiser1-14/+9
2014-01-08Added a check for valid algorithm id.Stig Bjørlykke1-1/+1
2014-01-08Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann4-19/+11
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann6-2/+121
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki6-70/+24
2014-01-07From Michal Labedzki viaEvan Huus1-3/+81
2014-01-07From Michal Labedzki viaEvan Huus1-1/+7
2014-01-07Don't use #defines for errno values, just build the value-string directly. TheyEvan Huus1-274/+134
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki1-3/+38
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki2-22/+4
2014-01-07Try to get rid of some warnings.Anders Broman2-2/+2
2014-01-07From Zoltán Lajos Kis:Anders Broman1-1040/+2734
2014-01-07FixAnders Broman3-10/+0
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke3-44/+142
2014-01-06Expand a comment.Guy Harris1-2/+2
2014-01-06In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris1-105/+73
2014-01-06Call deciphering and integrity checking appropriately forMartin Mathieson2-6/+30
2014-01-06Try to fix warning: cast discards '__attribute__((const))' qualifier from poi...Anders Broman1-2/+2
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman1-24/+38
2014-01-06Fix a typo.Anders Broman1-1/+1
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman2-20/+35
2014-01-06Do EEA2 deciphering in-place, from PascalMartin Mathieson1-10/+2
2014-01-06Omit assignment for not used types.Anders Broman1-239/+65
2014-01-06Base dissector for fileshark functionality. Intended as the equivalent of pa...Michael Mann4-1/+465
2014-01-05Fix indent (Use tabs) and add modelinesAlexis La Goutte2-45/+68
2014-01-05Fix indent (4 spaces) and add modelinesAlexis La Goutte2-44/+68
2014-01-05Dissect the remainder of IEC104 integrated totals, including the binary counterEvan Huus1-8/+44
2014-01-05use a DVB string for the event text in the short evt descriptorMartin Kaiser1-3/+13
2014-01-05From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9613Evan Huus1-3/+3
2014-01-04Fix a typo.Anders Broman1-1/+1
2014-01-04Omit assignment for not used types.Anders Broman2-222/+54
2014-01-04(Trivial) explicitely --> explicitlyBill Meier6-11/+11
2014-01-04Omit assignment for not used types.Anders Broman1-92/+52
2014-01-04Omit assignment for not used types.Anders Broman1-171/+56
2014-01-04Omit assignment for not used types.Anders Broman1-83/+45
2014-01-04Remove unused function and variable.Anders Broman1-59/+33
2014-01-04Omit assignment for not used types.Anders Broman1-110/+21
2014-01-04Omit assignment for not used types.Anders Broman1-66/+50
2014-01-04Omit assignment for not used types.Anders Broman1-572/+259
2014-01-04Add the rest of the NOKIA extensions.Anders Broman1-1364/+1409
2014-01-03Add partial dissection of IEC104 M_IT_TB_1.Evan Huus1-0/+17
2014-01-03Add a few more of the NOKIA extensions.Anders Broman1-54/+791
2014-01-03EIA2 is now functionalPascal Quantin1-8/+18
2014-01-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1