aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-06-19batch of manual tvb_length conversionsEvan Huus8-15/+15
2014-06-19Removed SVN Id from epan dir.Dario Lombardo10-20/+2
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal 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-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 Gross3-0/+454
2014-06-19Dissectors for totemnet and totemsrp protocols implemented in corosync cluste...Michael Mann4-0/+1697
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 the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin5-14/+45
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-18Build unit test binaries with CmakeEvan Huus1-0/+15
2014-06-18Fix copy-paste probem in COAP dissectorShoichi Sakane1-3/+3
2014-06-18Update PIDL source files with the API changes done in g021e7afPascal Quantin4-7/+7
2014-06-18PCLI: do not register UDP port 9000 by default as it is not allocated to this...Pascal Quantin1-1/+1
2014-06-18Get rid of obsolete references to nettlePascal Quantin3-22/+8
2014-06-18Get rid of some ancient qualityreview comments...Joerg Mayer1-7/+0
2014-06-18ssl_parse_key_list() gets called from the UI, so don't use packet scope.Guy Harris1-1/+8
2014-06-18SABP: fix an error spotted by pre-commit hookPascal Quantin1-1/+1
2014-06-18Try to calculate the initial RTT of tcp connsEvan Huus2-0/+38
2014-06-18move dissection of usbpcap isochronous packets to a separate functionMartin Kaiser1-91/+106
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo8-23/+23
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo23-78/+78
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo638-3408/+3408
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo171-567/+567
2014-06-18Fix compilation warningYan Burman1-2/+2
2014-06-18PDCP LTE: do not try to decipher PDCP control messages (like ROHC feedback)Pascal Quantin1-3/+6
2014-06-18Replace glib memory with wmem memoryEvan Huus1-66/+25
2014-06-18Convert the obvious emem to wmem in lua code.Evan Huus4-8/+15
2014-06-18TCP: do desegmentation sanity checks for all sub dissectors typesPascal Quantin1-23/+14
2014-06-18Optimize tvbparse character set checking.Jakub Zawadzki1-61/+29
2014-06-17check for correct ftypeMartin Kaiser1-2/+4
2014-06-17make dissect_ipmi_cmd() staticMartin Kaiser1-1/+2
2014-06-17Update a comment about how to better identify retransmissionsJoerg Mayer1-0/+2