summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-12-08- Forward declaration of register functions.Anders Broman7-42/+63
2013-12-08- Forward declaration of register functions.Anders Broman12-73/+111
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin7-67/+62
2013-12-08check licence: fix FSF address.Jakub Zawadzki2-2/+2
2013-12-08Improve netlink dissection:Jakub Zawadzki3-52/+219
2013-12-08Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman3-0/+9
2013-12-08- Forward declaration of register functions.Anders Broman7-42/+63
2013-12-08- Forward declaration of register functions.Anders Broman5-36/+52
2013-12-08- Forward declaration of register functions.Anders Broman11-60/+92
2013-12-08netlink-route: extend Interface IP address dissectionsJakub Zawadzki2-3/+90
2013-12-08Fix buildbot:Jakub Zawadzki1-1/+1
2013-12-08Add more LINUX_AF_* values, create value_string_ext for them. Use it in netli...Jakub Zawadzki2-13/+6
2013-12-08Add initial dissectors for netlink, and netlink route subsystem.Jakub Zawadzki4-0/+1101
2013-12-08Remove trailing whitespaceAlexis La Goutte1-3/+3
2013-12-08Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-275/+288
2013-12-08RLC dissector cannot assemble PDUs with SNs skipped and wrap-arounded. Bug 9...Michael Mann1-26/+62
2013-12-08IPsec ESP: add AES-GCM decryption. Bug 8395 (https://bugs.wireshark.org/bugz...Michael Mann1-4/+11
2013-12-08Fix invalid read and correct PSK upper bound. Bug 9512 (https://bugs.wiresha...Michael Mann2-57/+42
2013-12-08dtls: fix buffer overflow in mac check. Bug 9512 (https://bugs.wireshark.org...Michael Mann1-3/+10
2013-12-08Fix signed/insigned mismatch in ErlDP dissector. Bug 9525 (https://bugs.wire...Michael Mann1-6/+6
2013-12-08It's ISO 8859-1, not "ISO 18859-1", at least according to ANSI/ASHRAEGuy Harris1-21/+22
2013-12-08Correctly update the data length of the SCSI payload within ISCSI. Bug 9521 ...Michael Mann1-0/+1
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann4-180/+226
2013-12-07Reject the packet if data is NULL.Chris Maynard1-4/+9
2013-12-07Fix some cases where STR_UNICODE was used with FT_DOUBLE.Guy Harris2-2/+2
2013-12-07make SAC message padding filterableMartin Kaiser1-4/+8
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki3-38/+38
2013-12-07From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+2
2013-12-07From Mathias Guettler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-2/+1
2013-12-07gadu-gadu: use STR_UNICODE display instead of proto_tree_add_unicode_string().Jakub Zawadzki1-26/+23
2013-12-07- Make local functions static.Anders Broman21-81/+136
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-6/+6
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-41/+7
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-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 Mann6-35/+1411
2013-12-05dissect Operator Profile's error flagMartin Kaiser1-1/+13
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