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