index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
frame_data.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-0
/
+1
*
Add WS_DLL_PUBLIC for p_remove_proto_data and tvb_child_uncompres function
Alexis La Goutte
2014-04-07
1
-1
/
+1
*
Fix indent (use 2 spaces) and add modelinse info for frame_data.h
Alexis La Goutte
2014-04-06
1
-2
/
+15
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Avoid including definition of column_info structure in dissectors.
Jakub Zawadzki
2013-12-22
1
-1
/
+0
*
Avoid including <wiretap/wtap.h> in dissectors.
Jakub Zawadzki
2013-11-29
1
-14
/
+4
*
Use 32bit key in p_add_proto_data() and friends. Bug 9453 (https://bugs.wire...
Michael Mann
2013-11-23
1
-3
/
+3
*
Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...
Michael Mann
2013-11-23
1
-4
/
+5
*
Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.
Jakub Zawadzki
2013-11-09
1
-0
/
+1
*
After looking for something in the column-*.h files and
Jörg Mayer
2013-10-18
1
-1
/
+1
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-1
/
+2
*
Remove interface_id, pack_flags from frame_data structure.
Jakub Zawadzki
2013-07-30
1
-4
/
+0
*
Replace relative timestamp with reference frame number. Saves 16B per frame.
Jakub Zawadzki
2013-07-21
1
-2
/
+2
*
Add helper function to epan_session which can be used to get absolute timesta...
Jakub Zawadzki
2013-07-21
1
-7
/
+8
*
Move a couple of time-related modules into wsutil.
Jeff Morriss
2013-06-25
1
-1
/
+1
*
Add Doxygen boilerplate for some of our core modules and data structures.
Gerald Combs
2013-05-30
1
-0
/
+11
*
Un-shadow a couple of variables.
Gerald Combs
2013-05-15
1
-1
/
+1
*
- Use the key for comparison of per_proto_data.
Anders Broman
2013-05-15
1
-0
/
+1
*
Add the posibillity to use a key for per-packet-data.
Anders Broman
2013-05-12
1
-3
/
+3
*
Fix the leaking of packet comments, i.e. the rest of
Evan Huus
2013-03-15
1
-1
/
+3
*
Export libwireshark symbols using WS_DLL_PUBLIC define
Balint Reczey
2013-03-01
1
-8
/
+9
*
Move pack_flags to better place.
Jakub Zawadzki
2013-02-26
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-1
/
+1
*
Add support for displaying the Packet Block Flags Word of pcapng.
Michael Tüxen
2012-12-22
1
-0
/
+2
*
Update the Qt byte view widget to reflect the recent changes in the GTK+
Gerald Combs
2012-10-30
1
-3
/
+8
*
Make data_source opqaue, add getter for tvb.
Jakub Zawadzki
2012-10-20
1
-10
/
+0
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-2
/
+2
*
Store pointers to previously displayed and captured packet, not nstime_t deltas.
Jakub Zawadzki
2012-09-23
1
-6
/
+8
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -
Jeff Morriss
2012-02-28
1
-0
/
+1
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+2
*
Add the abillity to read and write option comments unedited.
Anders Broman
2012-02-11
1
-14
/
+16
*
From Edwin Groothuis via bug 6179:
Stig Bjørlykke
2011-08-13
1
-0
/
+1
*
Packet editor: support for saving changed frames.
Jakub Zawadzki
2011-05-12
1
-0
/
+8
*
TShark doesn't need column text attached to each frame; move col_text
Guy Harris
2011-05-03
1
-3
/
+0
*
Store the frame_data structures in a tree, rather than a linked list.
Guy Harris
2011-04-25
1
-2
/
+0
*
Removal of the old packet-list in favor of the new packet list.
Sake Blok
2011-03-08
1
-2
/
+0
*
Doxygen changes.
Anders Broman
2010-08-29
1
-24
/
+24
*
Doxygen changes.
Anders Broman
2010-08-28
1
-27
/
+29
*
In the frame_data structure, expand the per-packet
Guy Harris
2010-07-22
1
-2
/
+2
*
Introduce "Ignore Packet" in the packet list.
Stig Bjørlykke
2009-12-17
1
-0
/
+1
*
Provide some utility macros for commonly used frame data fields.
Jaap Keuter
2009-11-29
1
-0
/
+3
*
From Tobias Witek:
Anders Broman
2009-11-05
1
-0
/
+1
*
Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...
Kovarththanan Rajaratnam
2009-09-22
1
-2
/
+8
*
Store 'color_filter' as const in 'frame_data'
Kovarththanan Rajaratnam
2009-09-21
1
-1
/
+1
*
Guard fdata->col_text_len/fdata->col_text with NEW_PACKET_LIST
Kovarththanan Rajaratnam
2009-09-21
1
-8
/
+10
*
Move frame_data_init() declaration to frame_data.h
Kovarththanan Rajaratnam
2009-09-21
1
-0
/
+8
*
Introduce frame_data_cleanup() and start using it
Kovarththanan Rajaratnam
2009-09-20
1
-0
/
+3
*
Store the packet encapsulation type as gint8. Saves 3 bytes per packet
Kovarththanan Rajaratnam
2009-09-07
1
-3
/
+6
*
Track length of columns strings. We'll need this in order to resize columns q...
Kovarththanan Rajaratnam
2009-09-07
1
-0
/
+1
[next]