aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Add a function and an enum to register an uat preference for QT only.Irene RĂ¼ngeler3-0/+35
2013-12-09Use an item for USSD textPascal Quantin1-4/+12
2013-12-09Fix clang warning.Irene RĂ¼ngeler1-18/+11
2013-12-09- Forward declaration of register functions.Anders Broman6-37/+53
2013-12-09- Forward declaration of register functions.Anders Broman7-40/+60
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki5-14/+14
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-08Remove proto_tree_add_unicode_string()Pascal Quantin2-12/+0
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-08Encoding table for ISO/IEC 8859-2: make code points in the range 0x80-0x9F ma...Jakub Zawadzki1-8/+6
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-08../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]Anders Broman1-1/+1
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 Zawadzki6-14/+124
2013-12-08Make VALUE_STRING_EXT_INIT use G_N_ELEMENTS macro instead of array_length.Jakub Zawadzki1-1/+1
2013-12-08Add initial dissectors for netlink, and netlink route subsystem.Jakub Zawadzki6-0/+1104
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte2-111/+8
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-08Expand a comment.Guy Harris1-1/+2
2013-12-08Correctly update the data length of the SCSI payload within ISCSI. Bug 9521 ...Michael Mann1-0/+1
2013-12-08Add ENC_ISO_8859_1.Guy Harris3-3/+63
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-07Note what the two new character encoding tables in charsets.c are.Guy Harris2-0/+12
2013-12-07Use strutil xml_escape() functionJakub Zawadzki1-27/+4
2013-12-07Fix some cases where STR_UNICODE was used with FT_DOUBLE.Guy Harris2-2/+2
2013-12-07Add missing consts.Jakub Zawadzki2-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 Zawadzki4-38/+42
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki4-0/+32
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-07Add STR_ASCII, STR_UNICODE as possible displays for field_display_eJakub Zawadzki2-9/+61
2013-12-07- Make local functions static.Anders Broman21-81/+136