summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Add the rest of the NOKIA extensions.Anders Broman3-1372/+1532
2014-01-04Add tooltips for the total number of streams.Gerald Combs3-8/+21
2014-01-04Add a note and commented-out definitions for Win flex-bison.Gerald Combs1-2/+7
2014-01-03Add partial dissection of IEC104 M_IT_TB_1.Evan Huus1-0/+17
2014-01-03For -h option: output to stdout and exit(0) as per convention;Bill Meier1-45/+54
2014-01-03For '-h' option: exit(0) as per convention;Bill Meier1-76/+75
2014-01-03Add a few more of the NOKIA extensions.Anders Broman3-75/+921
2014-01-03EIA2 is now functionalPascal Quantin1-8/+18
2014-01-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-01-03Update NEWS and Release noteAlexis La Goutte3-10/+8
2014-01-03Update with the removal of the ASN1 plugin and the GNM dissector.Anders Broman1-0/+5
2014-01-03Make sure we have a dissector table before calling dissector_try_uint_new. FixesEvan Huus1-1/+2
2014-01-03Check flags that might be supported by both C and C++ stillJörg Mayer1-1/+12
2014-01-03As discussed on wireshark-dev: follow autotools to useJörg Mayer1-1/+3
2014-01-02Don't try to build asn1/asn1/Makefile either (see r54561).Jeff Morriss1-1/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris54-161/+101
2014-01-02It is AUTHORS-SHORT.txt in WindowsAlexis La Goutte2-18/+24
2014-01-02Don't use the length argument to the seek-read routine; no otherGuy Harris1-11/+3
2014-01-02Don't try to build asn1/gnm/Makefile (see r54561).Jeff Morriss1-1/+0
2014-01-02Don't try to distribute asn1.dll since we no longer build it.Jeff Morriss1-1/+0
2014-01-02Don't pass the wtap * to a routine if it's not needed.Guy Harris1-22/+17
2014-01-02Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-41/+56
2014-01-02Fix wireshark-qt startup coredump under autofoo and Windows: make cmake'sJeff Morriss2-11/+5
2014-01-02Set SVN properties.Jeff Morriss0-0/+0
2014-01-02Disabling building of the gnm dissector, I don't tink it was ever used.Anders Broman4-5/+0
2014-01-02Actually enable building filetap library.Jörg Mayer2-8/+11
2014-01-02Stop building and distributing the asn1 plugin. I bleleve it to be obsolete.Anders Broman5-5/+0
2014-01-02Fix [-Wmissing-prototypes]Anders Broman13-0/+32
2014-01-02Add About window for Wireshark QtAlexis La Goutte11-6/+686
2014-01-02Fix icon in top of Wireshark Qt main windowAlexis La Goutte1-14/+5
2014-01-02For getopt() arg processing:Bill Meier1-95/+100
2014-01-02rename filetap/file_wrappers.[hc] -> filetap/ft_file_wrappers.[hc]Jörg Mayer6-8/+8
2014-01-02Fix indent always use tabAlexis La Goutte1-215/+215
2014-01-02Fix [-Wmissing-prototypes]Anders Broman26-3/+84
2014-01-02Have a routine that reads and processes the record header, and use it inGuy Harris1-74/+58
2014-01-02Process the packet header and data in common code, shared by the readGuy Harris1-297/+246
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
2014-01-01If the uncompression buffers are empty, they have no data; set the countGuy Harris1-0/+4
2014-01-01Back out r54523 - more work is needed on it, and some testing found anGuy Harris1-12/+4
2014-01-01Add svn:keywords propertyBill Meier0-0/+0
2014-01-01Remove incorrect property 'svn:keyword'Bill Meier0-0/+0
2014-01-01Change incorrect property 'keywords' to 'svn:keywords'Bill Meier1-1/+1
2014-01-01Remove incorrect property 'svn:kywords'Bill Meier0-0/+0
2014-01-01Remove incorrect property 'eol-style'Bill Meier0-0/+0
2014-01-01Fix property name: svn:eol_style ==> svn:eol-styleBill Meier0-0/+0
2014-01-01Fix compile issueMichael Mann1-1/+1
2014-01-01Try to pacify OSX-10.6-x64 buildbotPascal Quantin1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin15-293/+166
2014-01-01wimax_compact_ulmap_ie_decoder() is used outside of wimax_compact_ulmap_ie_de...Pascal Quantin1-1/+1
2014-01-01Add extern C for init_wslua (for future use in Wireshark Qt)Alexis La Goutte1-0/+8