aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-08check licence: fix FSF address.Jakub Zawadzki6-6/+6
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 Broman4-0/+11
2013-12-08- Forward declaration of register functions.Anders Broman14-42/+84
2013-12-08- Forward declaration of register functions.Anders Broman11-37/+69
2013-12-08- Forward declaration of register functions.Anders Broman22-60/+124
2013-12-08../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]Anders Broman1-1/+1
2013-12-08[Automatic manuf, services and enterprise-numbers update for 2013-12-08]Gerald Combs1-10/+56
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 David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte6-209/+153
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-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki3-0/+6
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 a decryption test for DVB-CI to the testsuiteMartin Kaiser2-1/+20
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 Broman34-83/+173
2013-12-07Rename base_display_* to field_displayJakub Zawadzki7-37/+37
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