aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09- Forward declaration of register functions.Anders Broman12-38/+70
svn path=/trunk/; revision=53877
2013-12-09- Forward declaration of register functions.Anders Broman14-41/+81
svn path=/trunk/; revision=53876
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from ↵Jakub Zawadzki13-23/+23
pointer target type svn path=/trunk/; revision=53875
2013-12-08It's DTLS failing not DVB_CI.Jakub Zawadzki1-3/+3
svn path=/trunk/; revision=53874
2013-12-08- Forward declaration of register functions.Anders Broman14-42/+84
svn path=/trunk/; revision=53873
2013-12-08- Forward declaration of register functions.Anders Broman24-78/+152
svn path=/trunk/; revision=53872
2013-12-08Try to check why test.sh fails.Jakub Zawadzki1-2/+1
svn path=/trunk/; revision=53871
2013-12-08Add MSC version for VS2013.Graham Bloice1-2/+2
svn path=/trunk/; revision=53870
2013-12-08Remove proto_tree_add_unicode_string()Pascal Quantin2-12/+0
svn path=/trunk/; revision=53869
2013-12-08Add a reference to STR_ASCII and STR_UNICODEPascal Quantin1-0/+4
svn path=/trunk/; revision=53868
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the ↵Pascal Quantin9-73/+66
remaining dissectors svn path=/trunk/; revision=53867
2013-12-08check licence: fix FSF address.Jakub Zawadzki6-6/+6
svn path=/trunk/; revision=53866
2013-12-08Encoding table for ISO/IEC 8859-2: make code points in the range 0x80-0x9F ↵Jakub Zawadzki1-8/+6
map to 0x80-0x9F (Guy Harris). svn path=/trunk/; revision=53865
2013-12-08Improve netlink dissection:Jakub Zawadzki3-52/+219
- add standard message types - add dissection for WS_RTM_*NEIGH - add BASE_CUSTOM functions to print bitfields svn path=/trunk/; revision=53864
2013-12-08Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
svn path=/trunk/; revision=53863
2013-12-08- Forward declaration of register functions.Anders Broman4-0/+11
svn path=/trunk/; revision=53862
2013-12-08- Forward declaration of register functions.Anders Broman14-42/+84
svn path=/trunk/; revision=53861
2013-12-08- Forward declaration of register functions.Anders Broman11-37/+69
svn path=/trunk/; revision=53860
2013-12-08- Forward declaration of register functions.Anders Broman22-60/+124
svn path=/trunk/; revision=53859
2013-12-08../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]Anders Broman1-1/+1
svn path=/trunk/; revision=53856
2013-12-08[Automatic manuf, services and enterprise-numbers update for 2013-12-08]Gerald Combs1-10/+56
svn path=/trunk/; revision=53855
2013-12-08netlink-route: extend Interface IP address dissectionsJakub Zawadzki2-3/+90
+ try to fix make dist svn path=/trunk/; revision=53854
2013-12-08Fix buildbot:Jakub Zawadzki1-1/+1
packet-netlink-route.c:672: warning: request for implicit conversion from 'void *' to 'struct packet_netlink_data *' not permitted in C++ svn path=/trunk/; revision=53853
2013-12-08Add more LINUX_AF_* values, create value_string_ext for them. Use it in ↵Jakub Zawadzki6-14/+124
netlink, nflog. svn path=/trunk/; revision=53852
2013-12-08Make VALUE_STRING_EXT_INIT use G_N_ELEMENTS macro instead of array_length.Jakub Zawadzki1-1/+1
array_length() requires including packet.h svn path=/trunk/; revision=53851
2013-12-08Add initial dissectors for netlink, and netlink route subsystem.Jakub Zawadzki6-0/+1104
svn path=/trunk/; revision=53850
2013-12-08From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
qtshark Flow Graph displays wrong information in comments column In qtshark, the flow graph is displaying the the frame label in the comments field. A simple fix, the patch is attached. svn path=/trunk/; revision=53849
2013-12-08From Deon van der Westhuysen via ↵Alexis La Goutte6-209/+153
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9452 Patch: Stats_tree enhancements for sorting, averages and burst rate Add sort, save-as and new columns to Qt ui, remove old functions stats_tree.c / stats_tree_priv.h: Make all columns sortable. Remove unneeded functions stats_tree_get_strs_from_node, stats_tree_branch_to_str and stats_tree_is_sortable_column. stats_tree_stat.c: Set all columns sortable. stats_tree_dialog.cpp / stats_tree_dialog.h: Add new stats_tree columns. Make columns sortable. Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons. stats_tree_dialog.ui: Remove copy to csv and copy to yaml buttons. Add copy to clipboard as plain text and save as buttons. Only define one column in ui, rest are added dynmically. From me : fix trailing whitespace svn path=/trunk/; revision=53848
2013-12-08Remove trailing whitespaceAlexis La Goutte1-3/+3
svn path=/trunk/; revision=53847
2013-12-08Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-275/+288
svn path=/trunk/; revision=53846
2013-12-08RLC dissector cannot assemble PDUs with SNs skipped and wrap-arounded. Bug ↵Michael Mann1-26/+62
9505 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9505) From Nobuyuki Tsushima svn path=/trunk/; revision=53845
2013-12-08IPsec ESP: add AES-GCM decryption. Bug 8395 ↵Michael Mann1-4/+11
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395) Insert Any 64bit authnetication option so AES-GCM with 8 byte ICV From Alexandru Juncu svn path=/trunk/; revision=53844
2013-12-08Fix invalid read and correct PSK upper bound. Bug 9512 ↵Michael Mann2-57/+42
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9512) From Peter Wu. svn path=/trunk/; revision=53843
2013-12-08dtls: fix buffer overflow in mac check. Bug 9512 ↵Michael Mann1-3/+10
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9512) From Hauke Mehrtens svn path=/trunk/; revision=53842
2013-12-08Fix signed/insigned mismatch in ErlDP dissector. Bug 9525 ↵Michael Mann1-6/+6
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9525) From Peter Lemenkov svn path=/trunk/; revision=53841
2013-12-08It's ISO 8859-1, not "ISO 18859-1", at least according to ANSI/ASHRAEGuy Harris1-21/+22
Standard 135-2004. Use tvb_get_string_enc() wherever possible. svn path=/trunk/; revision=53840
2013-12-08Expand a comment.Guy Harris1-1/+2
svn path=/trunk/; revision=53839
2013-12-08Correctly update the data length of the SCSI payload within ISCSI. Bug 9521 ↵Michael Mann1-0/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9521) From Yaniv Kaul svn path=/trunk/; revision=53838
2013-12-08Add ENC_ISO_8859_1.Guy Harris3-3/+63
Move the Wikipedia links for the code page layouts in front of the tables whose contents reflect the code page layouts. svn path=/trunk/; revision=53837
2013-12-08DTLS decryption enhancements. Bug 9499 ↵Michael Mann4-180/+226
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499) From Hauke Mehrtens 1. dtls: set ssl_set_server() in DTLS dissector so wireshark knows if this is client or server 2. SSL: add decrypt support for CCM and CCM_8 Ciphers per rfc 6655 3. dtls: add psk decrypt support svn path=/trunk/; revision=53836
2013-12-07Reject the packet if data is NULL.Chris Maynard1-4/+9
svn path=/trunk/; revision=53835
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki3-0/+6
svn path=/trunk/; revision=53834
2013-12-07Note what the two new character encoding tables in charsets.c are.Guy Harris2-0/+12
svn path=/trunk/; revision=53833
2013-12-07Use strutil xml_escape() functionJakub Zawadzki1-27/+4
svn path=/trunk/; revision=53832
2013-12-07Fix some cases where STR_UNICODE was used with FT_DOUBLE.Guy Harris2-2/+2
svn path=/trunk/; revision=53831
2013-12-07add a decryption test for DVB-CI to the testsuiteMartin Kaiser2-1/+20
svn path=/trunk/; revision=53830
2013-12-07Add missing consts.Jakub Zawadzki2-2/+2
svn path=/trunk/; revision=53829
2013-12-07make SAC message padding filterableMartin Kaiser1-4/+8
svn path=/trunk/; revision=53828
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki4-38/+42
Set .display to STR_UNICODE (instead of STR_ASCII). svn path=/trunk/; revision=53827
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki4-0/+32
svn path=/trunk/; revision=53826