aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris3-5/+4
2015-02-19[bmp] Adding dissector for BGP Monitoring ProtocolEbben Aries4-0/+834
2015-02-19openSAFETY: Merge both CT valuesRoland Knall1-9/+5
2015-02-19patch for PMIPv6 MAG GPS coordinatesOsman Sakalla1-9/+28
2015-02-19Bugfix in nbns dissector.Dario Lombardo1-3/+3
2015-02-19Add some casts to satisfy the various compilers.AndersBroman4-4/+4
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss2-4/+5
2015-02-19Add name resolution support to address type.Michael Mann17-147/+291
2015-02-19Don't put CORBA IDL dissectors in ASN1_ variables.Guy Harris3-11/+28
2015-02-19Add a dissector for Microsoft's SSTP protocol.Hofer Manuel4-4/+549
2015-02-19ssl: check for minimal SSLv3/TLS record sizePeter Wu1-0/+15
2015-02-19That's not an ASN.1 dissector (and gets warnings).Guy Harris2-2/+2
2015-02-19Move some ASN.1 dissectors to the clean list.Guy Harris2-14/+14
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin1-51/+4
2015-02-18Some additional UAT update callback changes.Guy Harris2-14/+16
2015-02-18Fix comments to reflect reality.Guy Harris1-5/+0
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris25-101/+166
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs49-678/+684
2015-02-17Make it a bit more like the way it was before all these changes.Guy Harris1-2/+2
2015-02-17A UAT's update is expected to set *error; do so.Guy Harris1-1/+3
2015-02-17[zvt] dissect some more fieldsMartin Kaiser1-1/+28
2015-02-17STUN : fix indent (use 4spaces)Alexis La Goutte1-45/+45
2015-02-17802.11: fix no previous prototype for 'wlan_col_filter_str' & 'wlan_bssid_col...Alexis La Goutte1-9/+9
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin1-69/+47
2015-02-17Corrected display format for EUI-64Robert Cragie1-1/+1
2015-02-17PCP: updated protocol dissection for new PDU typesRyan Doyle1-124/+278
2015-02-17Give users a more helpful error message if they enter an SSL protocol we don'tJeff Morriss1-3/+9
2015-02-17Don't send an effectively empty message (no TVBs) to the SCTP tap.Jeff Morriss1-1/+1
2015-02-17Added JSON native file support.Dario Lombardo9-645/+32
2015-02-16Fix FSF address.Guy Harris1-4/+3
2015-02-16Whitespace fix (space before tab)Joerg Mayer1-4/+4
2015-02-16Fix declaration and export the routines.Guy Harris1-3/+5
2015-02-16We now get that from common libwireshark code.Guy Harris1-8/+0
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris7-26/+126
2015-02-16RSVD: fix compilation with GLib < 2.22.0Pascal Quantin1-0/+8
2015-02-16Fix a portability problem raised by Guy Harris. My first implementation wouldRichard Sharpe1-4/+7
2015-02-16Get rid of duplicate typedef.Guy Harris1-2/+2
2015-02-16[80211ac] Change VHT MIMO Control to use add_bitmaskAnish Bhatt1-27/+18
2015-02-16[80211ac] Add partial beamforming supportAnish Bhatt1-5/+260
2015-02-16[Diameter] Use proto_tree_add_bitmask() to add the diameter flags.AndersBroman1-16/+14
2015-02-16Make get_manuf_name return a const string.Michael Mann4-49/+89
2015-02-16[STUN] Avoid fetching stuff twice from the tvb.Anders1-33/+55
2015-02-16Complete the RSVD Dissector further by handling SCSI requests.Richard Sharpe1-23/+243
2015-02-16Suppress more pedantic warnings.Gerald Combs1-0/+29
2015-02-16Revert "Revert "Fix duplicate Display Filter Macro check""Guy Harris1-15/+20
2015-02-16Revert "Fix duplicate Display Filter Macro check"Guy Harris1-20/+15
2015-02-16proto(.h): fix parameter 'offset' not found in the function declaration [-Wdo...Alexis La Goutte1-1/+0
2015-02-15Fix handling of invalid UAT itemsPeter Wu2-5/+29
2015-02-15Fix duplicate Display Filter Macro checkPeter Wu1-15/+20
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris2-14/+85