aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-08A little more old packet list cleanupStephen Fisher3-7/+1
2011-03-08W -> E for g_clist funktions.Anders Broman1-143/+143
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-08Allow <variance> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
2011-03-08Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports...Bill Meier3-10/+0
2011-03-08Remove the --enable-new-packet-list option (since the code no longer supports...Jeff Morriss1-13/+0
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 Blok36-2617/+11
2011-03-07Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
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-07Set propertiesBill Meier0-0/+0
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier7-1/+1560
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 Combs3-16/+263
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 Broman3-27/+35
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-02As suggested by Anders: when we detect non-ASCII characters, print the lineJeff Morriss1-7/+10
2011-03-02Fix Error: Found non-ASCII characters in packet-ieee80211.cAnders Broman1-1/+1