aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
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 Broman2-3/+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 Quantin13-292/+134
2014-01-01Add extern C for init_wslua (for future use in Wireshark Qt)Alexis La Goutte1-0/+8
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