aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Remove some global variables. Bug 9471 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-540/+480
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-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 Mann2-2/+5
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki4-33/+18
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 Zawadzki1-15/+3
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-06Call deciphering and integrity checking appropriately forMartin Mathieson2-6/+30
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 Mann3-1/+464
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-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 Meier3-3/+3
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
2014-01-03Make sure we have a dissector table before calling dissector_try_uint_new. FixesEvan Huus1-1/+2
2014-01-02Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman1-2/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman2-3/+10
2014-01-01Try to pacify OSX-10.6-x64 buildbotPascal Quantin1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin9-249/+29
2014-01-01Fix [-Wmissing-prototypes]Anders Broman3-0/+9
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-59/+4
2013-12-31Revert r54510: OSX buildbots still complain about unused hf variablesPascal Quantin1-1/+1
2013-12-31move packet-tango.c from dirty to cleanMartin Kaiser1-1/+1
2013-12-31From DirkMartin Kaiser2-0/+753