aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-09-28Improves dissection of JXTA traffic from http connections. Mike Duigou1-282/+360
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the Data...Jaap Keuter1-1/+19
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...Mike Duigou1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou3-11/+6
2007-09-28Handle IPv6 addresses in ipprim headers.Martin Mathieson1-39/+107
2007-09-28this silly protocol uses the same port as ndmp and worse, there is Ronnie Sahlberg1-2/+27
2007-09-28add ndmp.h to the makefileRonnie Sahlberg1-0/+1
2007-09-28add a function to test if a packet is ndmp or notRonnie Sahlberg2-8/+54
2007-09-28ndmp and tcp encapsulation of esp both use port 10000Ronnie Sahlberg1-0/+6
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors Ronnie Sahlberg2-14/+11
2007-09-27As requested by Juan Wortley on -users: instead of allowing only 2 UDP ports ...Jeff Morriss1-33/+32
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-2/+2
2007-09-26Fix unused functions.Anders Broman1-1/+4
2007-09-26The unused pinfo strikes back (again).Anders Broman1-1/+1
2007-09-26Further IE dissection.Anders Broman1-48/+435
2007-09-26Decode role on shared linkJörg Mayer1-4/+21
2007-09-26Beginnings of EAPS shared link packet dissection (EAPSv2)Jörg Mayer1-10/+219
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer2-3/+3
2007-09-26Make the number of bytes just a guint, in the hopes that it'll squelchGuy Harris1-1/+1
2007-09-26The dissector packet-dcp.c now fails to compile on MacOS X (gcc 4.0.1/Apple)....Stephen Fisher1-1/+1
2007-09-26Squelch *another* "case M ... N:".Guy Harris1-2/+5
2007-09-26A guint8 can never be > 255.Guy Harris1-1/+1
2007-09-26Don't useGuy Harris1-8/+7
2007-09-25add some more filesUlf Lamping1-0/+12
2007-09-25This patch adds two new fields to the tcp-dissector:Sake Blok2-1/+101
2007-09-25From Gerrit Renker:Jaap Keuter1-136/+126
2007-09-25Highlight whole ethernet trailer in Packet Details View.Stig Bjørlykke1-1/+2
2007-09-25Fix:Anders Broman1-4/+3
2007-09-25put few simple ASN.1 dissectors into the new makefile structureTomas Kukosa2-2/+2
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the Ronnie Sahlberg1-48/+49
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we Ronnie Sahlberg1-21/+24
2007-09-25add support for yet another random combination of authentication Ronnie Sahlberg1-29/+38
2007-09-25add more control namesRonnie Sahlberg1-0/+14
2007-09-24Fix warnings.Anders Broman1-5/+5
2007-09-24More IE:sAnders Broman3-98/+1407
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa7-73/+151
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer4-17/+2
2007-09-24From Jonathan:Jaap Keuter1-0/+14
2007-09-24#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot do...Bill Meier1-1/+4
2007-09-23Fix a typo.Anders Broman1-2/+2
2007-09-23Close yer comments.Guy Harris1-1/+1
2007-09-23Decode more IE'sAnders Broman2-69/+740
2007-09-23From Allan M. Madsen:Jaap Keuter3-368/+2722
2007-09-22Simplify the parsing of column preferences, which should make it easierGerald Combs2-153/+7
2007-09-21Fix compiler warnings.Gerald Combs1-44/+46
2007-09-21Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).Anders Broman1-0/+1
2007-09-21Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).Anders Broman1-0/+897
2007-09-21Get the GSM A Interface dissector to compile again.Jaap Keuter1-17/+17
2007-09-21Make it possible to decode messages on the CCCH link.Anders Broman1-44/+586
2007-09-20From Joe Eykholt:Jaap Keuter1-39/+68