aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki2014-01-072-22/+4
* Try to get rid of some warnings.Anders Broman2014-01-072-2/+2
* From Zoltán Lajos Kis:Anders Broman2014-01-071-1040/+2734
* FixAnders Broman2014-01-073-10/+0
* Added expired handling to FieldInfo.Stig Bjørlykke2014-01-073-44/+142
* Expand a comment.Guy Harris2014-01-061-2/+2
* In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris2014-01-061-105/+73
* Call deciphering and integrity checking appropriately forMartin Mathieson2014-01-062-6/+30
* Try to fix warning: cast discards '__attribute__((const))' qualifier from poi...Anders Broman2014-01-061-2/+2
* Try to fix warning: initializer element is not computable at load time.Anders Broman2014-01-061-24/+38
* Fix a typo.Anders Broman2014-01-061-1/+1
* Try to fix warning: initializer element is not computable at load time.Anders Broman2014-01-062-20/+35
* Do EEA2 deciphering in-place, from PascalMartin Mathieson2014-01-061-10/+2
* Omit assignment for not used types.Anders Broman2014-01-061-239/+65
* Base dissector for fileshark functionality. Intended as the equivalent of pa...Michael Mann2014-01-064-1/+465
* Fix indent (Use tabs) and add modelinesAlexis La Goutte2014-01-052-45/+68
* Fix indent (4 spaces) and add modelinesAlexis La Goutte2014-01-052-44/+68
* Dissect the remainder of IEC104 integrated totals, including the binary counterEvan Huus2014-01-051-8/+44
* use a DVB string for the event text in the short evt descriptorMartin Kaiser2014-01-051-3/+13
* From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9613Evan Huus2014-01-051-3/+3
* Fix a typo.Anders Broman2014-01-041-1/+1
* Omit assignment for not used types.Anders Broman2014-01-042-222/+54
* (Trivial) explicitely --> explicitlyBill Meier2014-01-046-11/+11
* Omit assignment for not used types.Anders Broman2014-01-041-92/+52
* Omit assignment for not used types.Anders Broman2014-01-041-171/+56
* Omit assignment for not used types.Anders Broman2014-01-041-83/+45
* Remove unused function and variable.Anders Broman2014-01-041-59/+33
* Omit assignment for not used types.Anders Broman2014-01-041-110/+21
* Omit assignment for not used types.Anders Broman2014-01-041-66/+50
* Omit assignment for not used types.Anders Broman2014-01-041-572/+259
* Add the rest of the NOKIA extensions.Anders Broman2014-01-041-1364/+1409
* Add partial dissection of IEC104 M_IT_TB_1.Evan Huus2014-01-031-0/+17
* Add a few more of the NOKIA extensions.Anders Broman2014-01-031-54/+791
* EIA2 is now functionalPascal Quantin2014-01-031-8/+18
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2014-01-031-1/+1
* Make sure we have a dissector table before calling dissector_try_uint_new. FixesEvan Huus2014-01-031-1/+2
* Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman2014-01-022-3/+0
* Fix [-Wmissing-prototypes]Anders Broman2014-01-022-3/+10
* Try to pacify OSX-10.6-x64 buildbotPascal Quantin2014-01-011-1/+1
* Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin2014-01-0113-292/+134
* Add extern C for init_wslua (for future use in Wireshark Qt)Alexis La Goutte2014-01-011-0/+8
* Fix [-Wmissing-prototypes]Anders Broman2014-01-013-0/+9
* When reading MIME-encapsulated files, read the entire file at once,Guy Harris2013-12-311-59/+4
* Revert r54510: OSX buildbots still complain about unused hf variablesPascal Quantin2013-12-311-1/+1
* move packet-tango.c from dirty to cleanMartin Kaiser2013-12-311-1/+1
* From DirkMartin Kaiser2013-12-313-0/+754
* add some more box namesMartin Kaiser2013-12-311-0/+6
* Zero security struct to avoid reading garbage value, and remove a redundant testMartin Mathieson2013-12-311-10/+4
* Add new function: tvb_skip_guint8()Jakub Zawadzki2013-12-302-0/+23
* Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris2013-12-301-58/+92