aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Optimize dissect_sip_route_header()Jakub Zawadzki1-4/+5
2014-06-19calling subdissectors shouldn't be conditional on a treeMichael Mann1-133/+130
2014-06-19Cleaned up some CLang dead assignment warnings.dameiss1-3/+2
2014-06-19handle TS packet reassembly for PES packets with 0 length fieldMartin Kaiser1-2/+15
2014-06-19no need to initialize these two varsMartin Kaiser1-2/+2
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-06-19Protocols sending the OS's AF_INET6 value are OS-specific or broken.Guy Harris2-16/+32
2014-06-19Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-32/+58
2014-06-19batch of manual tvb_length conversionsEvan Huus19-36/+39
2014-06-19gtk_table_new is deprecated in GTK3. Change to use grid instead, and usedameiss1-7/+9
2014-06-19batch of manual tvb_length conversionsEvan Huus16-30/+30
2014-06-19Removed SVN Id from epan dir.Dario Lombardo10-20/+2
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal Quantin2-2/+2
2014-06-19Long and short names are invertedPascal Quantin1-1/+1
2014-06-19address_to_str() *does* take a const pointer.Guy Harris1-4/+1
2014-06-19Fix underflow causing infinite loop in openflow dissectorEvan Huus1-4/+9
2014-06-19Those address_to_str() calls were in packet scope, and were safe.Guy Harris2-2/+2
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris6-24/+81
2014-06-19Add sys/socket.h which should fix solarisEvan Huus1-0/+4
2014-06-19Revert "Update PIDL source files with the API changes done in g021e7af"Pascal Quantin4-7/+7
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin95-405/+405
2014-06-19rename variable to avoid shadow warningEvan Huus1-3/+3
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann8-30/+24
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann638-3408/+3408
2014-06-19Fix warnings in test binariesEvan Huus2-19/+19
2014-06-19Add dissector for Generic Network Virtualization Encapsulation (Geneve).Jesse Gross4-0/+457
2014-06-19Dissectors for totemnet and totemsrp protocols implemented in corosync cluste...Michael Mann8-0/+2655
2014-06-19Use the same offset += rtnValue logic for all TLV types, instead of a special...Anish Bhatt1-6/+16
2014-06-19To make a dissector available for Decode As, just use dissector_add_handle().Guy Harris6-14/+16
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann23-78/+78
2014-06-19Add GTK modules for existing LBM dissectors.dameiss7-0/+1372
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin7-22/+54
2014-06-19Generate xz compressed archives instead of .bz2-sBalint Reczey1-3/+6
2014-06-19Add simple script to export release tarball right from GitBalint Reczey3-1/+41
2014-06-19Update the sample code dealing with desegmentation to new style dissectorPascal Quantin1-2/+4
2014-06-19Optimize dissect_sip_uri()Jakub Zawadzki1-33/+30
2014-06-18Remove svn $Id$ keyword in Lua scriptsPascal Quantin3-6/+0
2014-06-18Sort the Ethernet pseudo-wire types so that they're together.Guy Harris1-24/+24
2014-06-18Rename the filtername to initial_rttJoerg Mayer1-1/+1
2014-06-18Get the handle for the pw_hdlc_nocw_hdlc_ppp dissector.Guy Harris1-0/+1
2014-06-18Rename the Shortname of initial RTT to something short (iRTT)Joerg Mayer1-2/+2
2014-06-18Change the indication for out-of-order packets. This is experimentalJoerg Mayer1-5/+7
2014-06-18The data is actually http, call the http disector for it.AndersBroman1-4/+10
2014-06-18Undo more of Graham's changes:Joerg Mayer2-22/+6
2014-06-18Only check for -msse4.2.Guy Harris1-30/+15
2014-06-18We don't need -Qunused-arguments with ClangGuy Harris1-4/+0
2014-06-18We don't need -Werror=unknown-warning-option with Clang.Guy Harris1-6/+0
2014-06-18Another message from Clang for unknown -f and -m flags.Guy Harris1-0/+1
2014-06-18Check for lua by grepping the output of tshark -vEvan Huus1-2/+2
2014-06-18Do C-Flags and CXX-Flags the same way.Guy Harris1-1/+2