summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Show which bits 'fragment offset' comes from (I had to look it up :( )Martin Mathieson1-1/+1
2007-08-22The reserved field is now 16 bits. Treat it as such.Jaap Keuter1-2/+2
2007-08-22More timestamp calculation fixes similar to the previous ones.Guy Harris1-4/+4
2007-08-22From Victor Fajardo:Jaap Keuter1-57/+38
2007-08-22Oops, have to regenerate this after changing its template.Guy Harris1-3/+3
2007-08-21Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_...Jeff Morriss1-2/+1
2007-08-21From yin sun <sunyin51@gmail.com> / bug 1722:Richard van der Hoff1-10/+6
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff1-222/+339
2007-08-21From Francois-Xavier Le Bail <fx.lebail@yahoo.com> / bug 1724:Richard van der Hoff1-2/+3
2007-08-21A further iteration in the code, things start to look good!Luis Ontanon2-71/+108
2007-08-21Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...Jeff Morriss3-16/+21
2007-08-21Use SET_ADDRESS (instead of COPY_ADDRESS) for an address that has "ephemeral"...Jeff Morriss1-90/+96
2007-08-21From Mike Duigou <wireshark@duigou.org> (bug 1698):Richard van der Hoff1-3/+3
2007-08-21fix a signedness-in-comparison warningRichard van der Hoff1-1/+1
2007-08-21When saving off a temporary copy of an address, use SET_ADDRESS instead of CO...Jeff Morriss1-4/+4
2007-08-21From Neil Piercy:Jaap Keuter4-43/+311
2007-08-20Fix the build.Jaap Keuter1-2/+2
2007-08-20Dissect End-to-End and Link-by-Link messages.Anders Broman1-15/+208
2007-08-20From Cyrille Colin:Anders Broman2-2/+3
2007-08-20we need to track the fid in the rwdata structure so that reassembly of Ronnie Sahlberg1-0/+7
2007-08-19Filtering on snmp variables starts to work so I put it there in case anyone w...Luis Ontanon2-135/+211
2007-08-19Mark pinfo as unused to make buildbot happy again.Stig Bjørlykke1-1/+1
2007-08-19Fix copy-paste errors.Anders Broman1-3/+4
2007-08-19Disscet CC messages.Anders Broman1-128/+435
2007-08-18Check for COTP if Call Request has not been captured.Stig Bjørlykke1-2/+16
2007-08-18Handle unknown Universal and BMP strings.Graeme Lunt1-0/+14
2007-08-18Fix some gcc warnings so buildbots can proceed.Bill Meier1-4/+4
2007-08-18accept 64bit integers where 8 <= len <= 1Luis Ontanon1-9/+36
2007-08-17Fix a couple of signedness mismatches.Gerald Combs1-2/+2
2007-08-17Add code for finding sub dissectors.Anders Broman2-46/+221
2007-08-17Add a rudimentarry DPNSS dissector - work in progress.Anders Broman3-0/+478
2007-08-17Replace a couple more calls to tvb_get_string() with tvb_get_ephemeral_string...Jeff Morriss2-5/+4
2007-08-17Added support for 802.1ad and 802.1ah ethernet framesAshok Narayanan5-0/+505
2007-08-17Further tidy up for preference.Graeme Lunt1-1/+1
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs11-188/+331
2007-08-17Fix for OSX gremlin in PKCS12 template.Graeme Lunt1-7/+6
2007-08-17Faked BMP string display.Graeme Lunt2-3/+14
2007-08-17Support for the decryption of EncryptedData which is used by PKCS12Graeme Lunt2-21/+32
2007-08-17Support for decrypting of PKCS#12 bag contents.Graeme Lunt2-286/+527
2007-08-16experimental feature: dissector filtersUlf Lamping4-0/+113
2007-08-16When calculating checksum for p_mul the checksum field itself is set to zero.Stig Bjørlykke1-1/+6
2007-08-16Collect context data.Anders Broman2-30/+120
2007-08-16Added handling of ISO FTAM unstructured binary, as this OID is used in Stig Bjørlykke1-8/+34
2007-08-16- It's just-a-bad-idea(tm) to redefine anything from a foreign library, Don't.Luis Ontanon2-36/+60
2007-08-16add an expert info, if ip.ttl < 5Ulf Lamping1-2/+11
2007-08-15Regenerate the CDT dissector with -X and -T options.Stig Bjørlykke2-57/+30
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...Jeff Morriss1-3/+3
2007-08-15Improved dumping of unexpected data when dissector for OID not implemented.Stig Bjørlykke1-4/+24
2007-08-15Added support for RFC3030 (BDAT) in SMTP.Stig Bjørlykke1-38/+113
2007-08-15- s/ntohs/g_ntohsJeff Morriss18-281/+263