aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki5-41/+75
2013-12-07Remove #if 0 inverse_bit_mask8 array.Jakub Zawadzki1-13/+0
2013-12-07- Make local functions static.Anders Broman17-16/+79
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann9-54/+355
2013-12-06Move tvb_uncompress() to tvbuff_zlib.cJakub Zawadzki4-291/+325
2013-12-06Fix indent (use 4 spaces) Remove trailing whitespace Add ModelinesAlexis La Goutte1-188/+201
2013-12-06Add Modelines infoAlexis La Goutte1-0/+13
2013-12-06Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-0/+4
2013-12-06Update svn propertiesPascal Quantin2-1354/+1354
2013-12-06Add assoc_index to the properties that can be filtered.Irene Rüngeler2-3/+220
2013-12-06Fix wireshark/epan/dissectors/packet-j1939.c:313: multiple definition of `pro...Alexis La Goutte1-1/+1
2013-12-06Fix packet-j1939.c:160:42: error: declaration of 'address' shadows a global d...Alexis La Goutte1-4/+4
2013-12-06Fix unused parameter 'pinfo'Alexis La Goutte1-4/+4
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann9-36/+1424
2013-12-05dissect Operator Profile's error flagMartin Kaiser1-1/+13
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris2-15/+2
2013-12-05Remove non-ASCII characterPascal Quantin1-1/+1
2013-12-05Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
2013-12-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :Pascal Quantin4-30/+89
2013-12-05CAN protocols have a CAN ID and up to 8 bytes of data. How the CAN ID and da...Michael Mann2-72/+77
2013-12-04Regenerate ASN.1 dissectorsJakub Zawadzki2-2/+2
2013-12-04- Forward declaration of register functions.Anders Broman1-0/+3
2013-12-04Try to fix a bunch of [-Wmissing-prototypes]Anders Broman2-93/+94
2013-12-04FixJörg Mayer1-1/+1
2013-12-04- Make local functions static.Anders Broman1-4/+6
2013-12-04"RFC 6733 [5] specifies the Experimental-Result AVP containing Vendor-Id AVP ...Anders Broman2-2/+67
2013-12-04From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-11/+8
2013-12-04From Matt TexierAlexis La Goutte1-53/+41
2013-12-04Add also heuristic for HTTPAlexis La Goutte1-0/+1
2013-12-04Regenerate dissector after change to add prototypeAlexis La Goutte4-748/+759
2013-12-04Fix for dissecting cdt without having a tree.Stig Bjørlykke1-3/+5
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki8-9/+15
2013-12-03Dissect comprehension-tlv address objectPascal Quantin1-0/+3
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03missing stdlib.h include for wslua.Jakub Zawadzki1-0/+1
2013-12-03Rename struct _epan_dissect_t to epan_dissect.Jakub Zawadzki2-2/+2
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki12-12/+27
2013-12-03Rename struct _uat_t to epan_uatJakub Zawadzki2-2/+2
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki10-4/+16
2013-12-03struct _dfilter_t: rename to epan_dfilter.Jakub Zawadzki3-3/+3
2013-12-03Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messagesPascal Quantin1-1/+23
2013-12-03Add Qualcomm proprietary UUIDPascal Quantin1-11/+39
2013-12-03The ip.proto table isn't limited to the IPv4 dissector.Gerald Combs1-1/+1
2013-12-03Fix encoding arg Remove tab and trailing whitespace Add modelines infoAlexis La Goutte1-129/+142
2013-12-03Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte4-5504/+5554
2013-12-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-5/+1
2013-12-03FixAlexis La Goutte1-1/+1
2013-12-03Fix warning: The following parameters of proto_tree_add_expert_format(proto_t...Alexis La Goutte1-0/+1
2013-12-03Fix warning: argument 'out/in' of command @param is not found in the argument...Alexis La Goutte1-2/+2