aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06From Masashi Honma via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7691Alexis La Goutte1-1/+2
TKIP dissection : wrong IS_TKIP macro In [1] "11.4.2.2 TKIP MPDU formats", we could see below sentence. "WEPSeed[1] is not used to construct the TSC, but is set to (TSC1 | 0x20) & 0x7f." But the IS_TKIP macro only checks (WEPSeed[1] & 0x20). So sometimes IS_TKIP macro mis-dissects a CCMP frame as a TKIP frame. This patch changes IS_TKIP macro to do more better check. [1] IEEE Std 802.11.-2012 #BACKPORT(1.8, 1.6) svn path=/trunk/; revision=44790
2012-09-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+0
svn path=/trunk/; revision=44789
2012-09-06Prefer proto_tree_add_item (when it is possible)Alexis La Goutte1-21/+13
svn path=/trunk/; revision=44788
2012-09-06Fix some of the links for Subversion, which is now atGuy Harris3-4/+4
subversion.apache.org. svn path=/trunk/; revision=44787
2012-09-06From Chris Elston:Anders Broman1-92/+252
Add support for control message authentication checking for IP encapsulated L2TPv3 packets. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7700 svn path=/trunk/; revision=44786
2012-09-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7701 :Pascal Quantin1-4/+4
Do sanity check on option length earlier svn path=/trunk/; revision=44785
2012-09-05Run 'git log' if we have a .git directory. Fixes a copy+paste error.Gerald Combs2-2/+2
svn path=/trunk/; revision=44784
2012-09-05fix compilation on Win7x64 (I hope)Martin Kaiser1-1/+1
svn path=/trunk/; revision=44783
2012-09-05add modelines for the ftp dissectorMartin Kaiser1-0/+13
svn path=/trunk/; revision=44782
2012-09-05from Alexander KoeppeMartin Kaiser1-8/+19
ftp PASV and PORT commands: mark ip address and port in data view https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7693 svn path=/trunk/; revision=44781
2012-09-05The Qt documentation is mysteriously silent about where qmake can findGerald Combs1-4/+4
Qt DLLs on Windows. %QTDIR%? $$QMAKE_LIBDIR_QT? "qmkake -query" says $$[QT_INSTALL_BINS] so we'll try that. svn path=/trunk/; revision=44780
2012-09-05Replace process_RequestOperation macro by a real function to speedup ↵Pascal Quantin5-1002/+1042
compilation time svn path=/trunk/; revision=44779
2012-09-05Update value_stringsAnders Broman1-13/+32
svn path=/trunk/; revision=44778
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7696 :Pascal Quantin1-0/+30
packet-gsm_abis_om2000: Add support for MO IF bytes 2 and 3 svn path=/trunk/; revision=44777
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7695 :Pascal Quantin1-3/+2
Fix minor inconsistency in packet-gsm_abis_om2000.c svn path=/trunk/; revision=44776
2012-09-05From Jared August:Anders Broman1-1/+171
PTPv2: Added IEEE C37.238 TLV support https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7694 svn path=/trunk/; revision=44775
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus8-11/+21
http://www.wireshark.org/lists/wireshark-dev/201209/msg00030.html svn path=/trunk/; revision=44774
2012-09-04Add dissection of SIP Servers option to DHCPv4 (RFC 3361)Pascal Quantin1-1/+77
svn path=/trunk/; revision=44773
2012-09-04Use libwireshark's xDLC handling functions and macros to process theGuy Harris1-62/+44
control field. This means processing the AX.25 header data in one pass. The field after the control field is the "protocol identifier" field, not the "packet identifier" field. svn path=/trunk/; revision=44772
2012-09-04Fix compilation with gccPascal Quantin1-6/+5
svn path=/trunk/; revision=44771
2012-09-04Set SVN propertiesPascal Quantin1-1768/+1768
svn path=/trunk/; revision=44770
2012-09-04Add GED125 dissector Michael Mann3-0/+1770
Bug 2692 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2692) svn path=/trunk/; revision=44769
2012-09-04From Pontus Fuchs:Anders Broman2-2/+19
Fall back to CMD_SET_WIPHY for older kernels. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=44768
2012-09-04Add modelines for DNS dissectorAlexis La Goutte1-0/+12
svn path=/trunk/; revision=44767
2012-09-04Add modelines for Qtshark fileAlexis La Goutte51-0/+662
svn path=/trunk/; revision=44766
2012-09-04- Replace packet_list_recreate_visible_rows -> ↵Jörg Mayer25-281/+281
packet_list_recreate_visible_rows_list - Replace new_packet_list_ -> packet_list_ svn path=/trunk/; revision=44765
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer18-21/+21
svn path=/trunk/; revision=44764
2012-09-04Small whitespace changesJörg Mayer1-5/+5
svn path=/trunk/; revision=44763
2012-09-03unify the handling for all DVB/MPEG sectionsMartin Kaiser4-22/+16
don't initialize pointer where it's not required remove unnecessary 'if (tree)' checks svn path=/trunk/; revision=44762
2012-09-03highlight only the actual bytes of EIT, SDT, TDT, TOT and BATMartin Kaiser5-24/+16
minor whitespace cleanup skip initialization and 'if (tree)' where it's not required svn path=/trunk/; revision=44761
2012-09-03fix a typo in dvb service descriptorMartin Kaiser1-1/+1
svn path=/trunk/; revision=44760
2012-09-03LIBGCRYPT_CFLAGS and LIBGNUTLS_CFLAGS don't seem to be necessary here.Jeff Morriss1-1/+1
svn path=/trunk/; revision=44759
2012-09-03(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411 :Jeff Morriss2-2/+5
Use LIBGCRYPT_CFLAGS if we have it. svn path=/trunk/; revision=44758
2012-09-03Don't fetch the value twice (unsigned integer case). Fix a cut-n-pasteo.Jeff Morriss1-5/+1
svn path=/trunk/; revision=44757
2012-09-03add modelines for dvb sectionsMartin Kaiser7-0/+91
svn path=/trunk/; revision=44756
2012-09-03add editor modelines (that match the current indentation style)Martin Kaiser6-1/+77
svn path=/trunk/; revision=44755
2012-09-03add a vertical scrollbar to the text input windows for capture commentMartin Kaiser1-4/+18
and packet comment scrollbar is shown only when the text does not fit into the window this fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7677 svn path=/trunk/; revision=44754
2012-09-03Add missing newline at end of filePascal Quantin1-1/+1
svn path=/trunk/; revision=44753
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
Also, don't set iter.user_data[23] in packet_list_get_iter(). We don't use them in packet_list_store. svn path=/trunk/; revision=44752
2012-09-03new_packet_list: cleanup show_cell_data_funcJakub Zawadzki1-25/+25
- remove one level of indent (first if not really requied) - when fdata->color_filter don't copy fg_color, bg_color to temporary color_t structures, color_t_to_gdkcolor() don't modify them. svn path=/trunk/; revision=44751
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki6-15/+15
svn path=/trunk/; revision=44750
2012-09-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7666 :Pascal Quantin1-0/+5
Check that DRDA command has a minimum length of 10 bytes to prevent a potential infinite loop svn path=/trunk/; revision=44749
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki13-28/+28
svn path=/trunk/; revision=44748
2012-09-03MT: move global field_info_tmp to tree_data_tJakub Zawadzki2-12/+16
svn path=/trunk/; revision=44747
2012-09-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7688 :Pascal Quantin1-5/+5
Fix right-click filters of procedures in the SCSI SRT statistics for SBC (broken by r43993) svn path=/trunk/; revision=44746
2012-09-02SCSI: lots of MMC improvements and prettificationsRonnie Sahlberg2-47/+222
svn path=/trunk/; revision=44745
2012-09-02SCSI: Improve decoding of GET_EVENT_STATUS_NOTIFICATIONRonnie Sahlberg1-17/+55
svn path=/trunk/; revision=44744
2012-09-02Use parentheses to clarify ambiguous operator precedence.Evan Huus1-1/+1
svn path=/trunk/; revision=44743
2012-09-02Fix compile with gcc. Mostly removing unused parameters and code.Evan Huus1-10/+13
Change one tvb_get_bits8 to tvb_get_bits16 since the queried length is 9 bits long (should this be added to checkAPI somehow?) svn path=/trunk/; revision=44742
2012-09-02From Mike Morrin:Anders Broman2-131/+1832
Enhancemnt to GSM RLCMAC dissection adding dissection of data block headers https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 svn path=/trunk/; revision=44741