aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Add support for Mikrotiks Neigbor Discovery Protocol (MNDP).Jörg Mayer2-0/+386
2011-03-08Don't bother creating/finding conversations if we're encapsulated within anChris Maynard1-0/+10
2011-03-08Conversation tracking must be handled whether "tree" is NULL or not.Chris Maynard1-208/+205
2011-03-08Add support for the pre-rfc DAE port 1700Jörg Mayer1-0/+2
2011-03-08From Martin Kaiser: initialize hdr_tag with NO_TAGBill Meier1-1/+1
2011-03-08Fix for bug 5743 : tshark incorrectly calculates tcp stream for SYN packets w...Sake Blok1-3/+3
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok3-9/+0
2011-03-07Don't pass retransmitted chunks to subdissectors. Instead just mark them asJeff Morriss1-17/+34
2011-03-07From Alexis La Goutte:Anders Broman1-64/+166
2011-03-07Squelch compiler warning:Stephen Fisher1-1/+1
2011-03-07From Stefan Metzmacher: smb2 multi-credit / large mtu supportBill Meier1-6/+32
2011-03-07Remove a no longer needed struct.Anders Broman1-12/+0
2011-03-07Remove more obsolete code.Anders Broman1-92/+0
2011-03-07Fix packet-bssgp.c:125: warning: 'hf_bssgp_tmsi_ptmsi' defined but not usedAnders Broman1-1/+0
2011-03-07Remove the old code.Anders Broman1-5909/+80
2011-03-07Fix compiler error on Windows 64: cast strlen() to (int);Bill Meier1-4/+4
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier3-0/+1549
2011-03-06Remove some instances of _U_ where the parameter is now used.Martin Mathieson3-12/+12
2011-03-06Improve expert info output when detect Scheduling Request 'state machine' pro...Martin Mathieson1-9/+11
2011-03-06Mark value_string_ext bssgp_cause_vals_ext as WS_VAR_IMPORT.Stig Bjørlykke1-1/+1
2011-03-06[Automatic manuf, services and enterprise-numbers update for 2011-03-06]Gerald Combs1-3/+211
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman5-29/+22
2011-03-04From Alexis La Goutte:Anders Broman1-156/+306
2011-03-04From Stefan Metzmacher: Patch that fixes false positives and allows large smb...Bill Meier1-10/+22
2011-03-04Fix warningTomas Kukosa1-2/+3
2011-03-04Check only first 14 digits of GeneralizedTime which are fixed, next parts are...Tomas Kukosa1-2/+5
2011-03-04All messages converted to the "GSM style" dissection.Anders Broman1-88/+681
2011-03-04Change descriptions of NTP Reference Identifier Codes for stratum 1Stephen Fisher1-16/+22
2011-03-04Correct the usage of tvb_memeql() after r35558: it doesn't return trueStephen Fisher1-1/+1
2011-03-03Change "Reference Clock ID" to "Reference ID" to match RFC5905 (alsoStephen Fisher1-3/+3
2011-03-03Clarify / add explanations for the fieldsStephen Fisher1-24/+26
2011-03-03Add more duplicate fragment tests.Jeff Morriss1-14/+212
2011-03-03When reassembling fragments, don't stop looking at fragments just because theJeff Morriss2-40/+242
2011-03-03Export SONtransferRequestContaine, SONtransferResponseContainerand and Global...Anders Broman2-27/+32
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-32/+17
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-17/+12
2011-03-03Use tvb_memcpy() instead of tvb_get_ptr() + memcpy().Jeff Morriss1-8/+4
2011-03-03Use tvb_ether_to_str().Jeff Morriss1-8/+8
2011-03-03Use tvb_get_guint8() instead of tvb_get_ptr().Jeff Morriss1-8/+2
2011-03-03Use tvb_ether_to_str().Jeff Morriss1-13/+13
2011-03-03Make the _to_str() functions in here take a pointer to a TVB and an offsetJeff Morriss1-34/+29
2011-03-02Fix Error: Found non-ASCII characters in packet-ieee80211.cAnders Broman1-1/+1
2011-03-02From Alexis La Goutte:Anders Broman1-112/+141
2011-03-02Allow linking back to previous UL tx 32 ms ago.Martin Mathieson1-3/+3
2011-03-02Don't overwrite isPhyRetx field for UL frames with DL check.Martin Mathieson1-1/+3
2011-03-01After SR failure, allow for another attempt in SR state machine (presumably w...Martin Mathieson1-4/+6
2011-03-01QSIG: decoding of PSS1InformationElementTomas Kukosa1-8/+23
2011-03-01Tweak the way we setup FP R8 info.Martin Mathieson1-2/+9
2011-03-01Was reading F in mac-is descriptors the wrong way around...Martin Mathieson1-1/+3
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs1-16/+33